15
15
"require" : {
16
16
"php" : " ^7.4 || ^8.0" ,
17
17
"ext-json" : " *" ,
18
- "ibexa/core" : " ~4.2.0@dev " ,
19
- "ibexa/admin-ui" : " ~4.2.0@dev " ,
18
+ "ibexa/core" : " ~4.2.0@beta " ,
19
+ "ibexa/admin-ui" : " ~4.2.0@beta " ,
20
20
"ocramius/proxy-manager" : " ^2.2" ,
21
21
"symfony/proxy-manager-bridge" : " ^5.0" ,
22
22
"zetacomponents/system-information" : " ^1.1.1"
23
23
},
24
24
"require-dev" : {
25
- "ibexa/ci-scripts" : " ^0.2@dev " ,
25
+ "ibexa/ci-scripts" : " ^0.2@beta " ,
26
26
"ibexa/code-style" : " ^1.0" ,
27
- "ezsystems/ezplatform-content-forms" : " ^1.3@dev " ,
28
- "ezsystems/ezplatform-http-cache" : " ^2.3@dev " ,
29
- "ezsystems/ezplatform-rest" : " ^1.3@dev " ,
30
- "ezsystems/ezplatform-richtext" : " ^2.3@dev " ,
31
- "ezsystems/ezplatform-search" : " ^1.2@dev " ,
32
- "ezsystems/ezplatform-user" : " ^2.3@dev " ,
27
+ "ezsystems/ezplatform-content-forms" : " ^1.3@beta " ,
28
+ "ezsystems/ezplatform-http-cache" : " ^2.3@beta " ,
29
+ "ezsystems/ezplatform-rest" : " ^1.3@beta " ,
30
+ "ezsystems/ezplatform-richtext" : " ^2.3@beta " ,
31
+ "ezsystems/ezplatform-search" : " ^1.2@beta " ,
32
+ "ezsystems/ezplatform-user" : " ^2.3@beta " ,
33
33
"friendsofphp/php-cs-fixer" : " ^3.0" ,
34
- "ibexa/doctrine-schema" : " ~4.2.0@dev " ,
35
- "ibexa/content-forms" : " ~4.2.0@dev " ,
36
- "ibexa/design-engine" : " ~4.2.0@dev " ,
37
- "ibexa/user" : " ~4.2.0@dev " ,
38
- "ibexa/fieldtype-richtext" : " ~4.2.0@dev " ,
39
- "ibexa/rest" : " ~4.2.0@dev " ,
40
- "ibexa/search" : " ~4.2.0@dev " ,
41
- "ibexa/http-cache" : " ~4.2.0@dev " ,
34
+ "ibexa/doctrine-schema" : " ~4.2.0@beta " ,
35
+ "ibexa/content-forms" : " ~4.2.0@beta " ,
36
+ "ibexa/design-engine" : " ~4.2.0@beta " ,
37
+ "ibexa/user" : " ~4.2.0@beta " ,
38
+ "ibexa/fieldtype-richtext" : " ~4.2.0@beta " ,
39
+ "ibexa/rest" : " ~4.2.0@beta " ,
40
+ "ibexa/search" : " ~4.2.0@beta " ,
41
+ "ibexa/http-cache" : " ~4.2.0@beta " ,
42
42
"phpunit/phpunit" : " ^8.2" ,
43
43
"matthiasnoback/symfony-dependency-injection-test" : " ^4.0"
44
44
},
67
67
"check-cs" : " @fix-cs --dry-run" ,
68
68
"test" : " phpunit -c phpunit.xml"
69
69
}
70
- }
70
+ }
0 commit comments