9
9
"require" : {
10
10
"php" : " ^7.4 || ^8.0" ,
11
11
"ext-json" : " *" ,
12
- "ibexa/core" : " ~4.6.0@dev " ,
12
+ "ibexa/core" : " ~4.6.0" ,
13
13
"symfony/dependency-injection" : " ^5.0" ,
14
14
"symfony/http-kernel" : " ^5.0" ,
15
15
"symfony/http-foundation" : " ^5.0" ,
25
25
"jms/translation-bundle" : " ^1.5"
26
26
},
27
27
"require-dev" : {
28
- "ibexa/ci-scripts" : " ^0.2@dev " ,
29
- "ibexa/behat" : " ~4.6.0@dev " ,
30
- "ibexa/doctrine-schema" : " ~4.6.0@dev " ,
31
- "ibexa/http-cache" : " ~4.6.0@dev " ,
32
- "ibexa/rest" : " ~4.6.0@dev " ,
33
- "ibexa/test-core" : " ^4.6.x-dev " ,
34
- "ibexa/user" : " ^4.6.x-dev " ,
28
+ "ibexa/ci-scripts" : " ^0.2" ,
29
+ "ibexa/behat" : " ~4.6.0" ,
30
+ "ibexa/doctrine-schema" : " ~4.6.0" ,
31
+ "ibexa/http-cache" : " ~4.6.0" ,
32
+ "ibexa/rest" : " ~4.6.0" ,
33
+ "ibexa/test-core" : " ^4.6" ,
34
+ "ibexa/user" : " ^4.6" ,
35
35
"phpunit/phpunit" : " ^8.2" ,
36
36
"matthiasnoback/symfony-dependency-injection-test" : " ^4.0" ,
37
37
"behat/behat" : " ^3.5" ,
77
77
"test" : " phpunit -c phpunit.xml.dist" ,
78
78
"test-integration" : " phpunit -c phpunit.integration.xml.dist"
79
79
}
80
- }
80
+ }
0 commit comments