99 "require" : {
1010 "php" : " ^7.4 || ^8.0" ,
1111 "ext-json" : " *" ,
12- "ibexa/core" : " ~4.6.0@dev " ,
12+ "ibexa/core" : " ~4.6.0" ,
1313 "symfony/dependency-injection" : " ^5.0" ,
1414 "symfony/http-kernel" : " ^5.0" ,
1515 "symfony/http-foundation" : " ^5.0" ,
2525 "jms/translation-bundle" : " ^1.5"
2626 },
2727 "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" ,
3535 "phpunit/phpunit" : " ^8.2" ,
3636 "matthiasnoback/symfony-dependency-injection-test" : " ^4.0" ,
3737 "behat/behat" : " ^3.5" ,
7777 "test" : " phpunit -c phpunit.xml.dist" ,
7878 "test-integration" : " phpunit -c phpunit.integration.xml.dist"
7979 }
80- }
80+ }
0 commit comments