66 "require" : {
77 "php" : " ^7.3 || ^8.0" ,
88 "ext-json" : " *" ,
9- "ezsystems/ezplatform-kernel" : " ^1.3@dev " ,
9+ "ezsystems/ezplatform-kernel" : " ^1.3" ,
1010 "symfony/dependency-injection" : " ^5.0" ,
1111 "symfony/http-kernel" : " ^5.0" ,
1212 "symfony/http-foundation" : " ^5.0" ,
2222 "jms/translation-bundle" : " ^1.5"
2323 },
2424 "require-dev" : {
25- "ibexa/ci-scripts" : " ^0.1@dev " ,
26- "ezsystems/doctrine-dbal-schema" : " ^1.0@dev " ,
27- "ezsystems/behatbundle" : " ^8.3@dev " ,
28- "ezsystems/ezplatform-http-cache" : " ^2.3@dev " ,
29- "ezsystems/ezplatform-rest" : " ^1.3@dev " ,
25+ "ibexa/ci-scripts" : " ^0.1" ,
26+ "ezsystems/doctrine-dbal-schema" : " ^1.0" ,
27+ "ezsystems/behatbundle" : " ^8.3" ,
28+ "ezsystems/ezplatform-http-cache" : " ^2.3" ,
29+ "ezsystems/ezplatform-rest" : " ^1.3" ,
3030 "phpunit/phpunit" : " ^8.2" ,
3131 "matthiasnoback/symfony-dependency-injection-test" : " ^4.0" ,
3232 "behat/behat" : " ^3.5" ,
6060 "check-cs" : " @fix-cs --dry-run" ,
6161 "test" : " phpunit -c phpunit.xml.dist"
6262 }
63- }
63+ }
0 commit comments