File tree 2 files changed +6
-4
lines changed
tests/integration/Core/Repository/FieldType
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 9
9
}
10
10
],
11
11
"require" : {
12
- "php" : " ^7.4 || ^8.0 " ,
12
+ "php" : " ^8.1 " ,
13
13
"ext-dom" : " *" ,
14
14
"ext-json" : " *" ,
15
15
"ext-pdo" : " *" ,
16
- "ibexa/admin-ui" : " * " ,
17
- "ibexa/content-forms" : " * " ,
16
+ "ibexa/admin-ui" : " ^4.5 " ,
17
+ "ibexa/content-forms" : " ^4.5 " ,
18
18
"ibexa/core" : " ^4.2" ,
19
19
"ezyang/htmlpurifier" : " ^4.16" ,
20
20
"xemlock/htmlpurifier-html5" : " ^0.1.11"
21
21
},
22
22
"require-dev" : {
23
- "phpunit/phpunit" : " ^9.5" ,
23
+ "phpunit/phpunit" : " ^9.5.5 " ,
24
24
"symfony/phpunit-bridge" : " ^6.1"
25
25
},
26
26
"minimum-stability" : " dev" ,
Original file line number Diff line number Diff line change 9
9
use Ibexa \Tests \Integration \Core \Repository \FieldType \BaseIntegrationTest ;
10
10
use Netgen \IbexaFieldTypeHtmlText \FieldType \Value as HtmlTextValue ;
11
11
12
+ use function mb_strtoupper ;
13
+
12
14
use const PHP_EOL ;
13
15
14
16
/**
You can’t perform that action at this time.
0 commit comments