diff --git a/composer.json b/composer.json index 996d31d3..3785e3fb 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "require": { "php": "^7.3", "ext-json": "*", - "ezsystems/ezplatform-kernel": "^4.0@dev", + "ezsystems/ezplatform-kernel": "^4.0", "symfony/dependency-injection": "^5.0", "symfony/http-kernel": "^5.0", "symfony/http-foundation": "^5.0", @@ -25,11 +25,11 @@ "jms/translation-bundle": "^1.5" }, "require-dev": { - "ibexa/ci-scripts": "^0.2@dev", - "ezsystems/behatbundle": "^9.0@dev", - "ezsystems/doctrine-dbal-schema": "^4.0@dev", - "ezsystems/ezplatform-http-cache": "^4.0@dev", - "ezsystems/ezplatform-rest": "^4.0@dev", + "ibexa/ci-scripts": "^0.2", + "ezsystems/behatbundle": "^9.0", + "ezsystems/doctrine-dbal-schema": "^4.0", + "ezsystems/ezplatform-http-cache": "^4.0", + "ezsystems/ezplatform-rest": "^4.0", "phpunit/phpunit": "^8.2", "matthiasnoback/symfony-dependency-injection-test": "^4.0", "behat/behat": "^3.5",