Skip to content

Commit 2d87758

Browse files
authored
Merge pull request #7 from netgen/IOTA-313-fix-gh-actions-fails
IOTA-313 set version constraints on ibexa, run cs fixer
2 parents 9451150 + 96a35f6 commit 2d87758

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.4 || ^8.0",
12+
"php": "^8.1",
1313
"ext-dom": "*",
1414
"ext-json": "*",
1515
"ext-pdo": "*",
16-
"ibexa/admin-ui": "*",
17-
"ibexa/content-forms": "*",
16+
"ibexa/admin-ui": "^4.5",
17+
"ibexa/content-forms": "^4.5",
1818
"ibexa/core": "^4.2",
1919
"ezyang/htmlpurifier": "^4.16",
2020
"xemlock/htmlpurifier-html5": "^0.1.11"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^9.5",
23+
"phpunit/phpunit": "^9.5.5",
2424
"symfony/phpunit-bridge": "^6.1"
2525
},
2626
"minimum-stability": "dev",

tests/integration/Core/Repository/FieldType/HtmlTextIntegrationTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
use Ibexa\Tests\Integration\Core\Repository\FieldType\BaseIntegrationTest;
1010
use Netgen\IbexaFieldTypeHtmlText\FieldType\Value as HtmlTextValue;
1111

12+
use function mb_strtoupper;
13+
1214
use const PHP_EOL;
1315

1416
/**

0 commit comments

Comments
 (0)