9
9
"require" : {
10
10
"php" : " >=8.3" ,
11
11
"ext-json" : " *" ,
12
- "ibexa/core" : " ~5.0.x-dev " ,
12
+ "ibexa/core" : " ~5.0@beta " ,
13
13
"jms/translation-bundle" : " ^2.4" ,
14
14
"symfony/config" : " ^7.2" ,
15
15
"symfony/dependency-injection" : " ^7.2" ,
26
26
},
27
27
"require-dev" : {
28
28
"behat/behat" : " ^3.5" ,
29
- "ibexa/behat" : " ~5.0.x-dev " ,
29
+ "ibexa/behat" : " ~5.0@beta " ,
30
30
"ibexa/code-style" : " ~2.0.0" ,
31
- "ibexa/doctrine-schema" : " ~5.0.x-dev " ,
32
- "ibexa/http-cache" : " ~5.0.x-dev " ,
33
- "ibexa/notifications" : " ~5.0.x-dev " ,
34
- "ibexa/rector" : " ~5.0.x-dev " ,
35
- "ibexa/rest" : " ~5.0.x-dev " ,
36
- "ibexa/test-core" : " ~5.0.x-dev " ,
31
+ "ibexa/doctrine-schema" : " ~5.0@beta " ,
32
+ "ibexa/http-cache" : " ~5.0@beta " ,
33
+ "ibexa/notifications" : " ~5.0@beta " ,
34
+ "ibexa/rector" : " ~5.0@beta " ,
35
+ "ibexa/rest" : " ~5.0@beta " ,
36
+ "ibexa/test-core" : " ~5.0@beta " ,
37
37
"matthiasnoback/symfony-dependency-injection-test" : " ^5.0" ,
38
38
"phpunit/phpunit" : " ^9.6" ,
39
39
"phpstan/phpstan" : " ^2.1" ,
72
72
"test" : " phpunit -c phpunit.xml.dist" ,
73
73
"test-integration" : " phpunit -c phpunit.integration.xml.dist"
74
74
}
75
- }
75
+ }
0 commit comments