diff --git a/composer.json b/composer.json index cc5df43..e672a8e 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require": { "php": "^7.3 || ^8.0", "ext-json": "*", - "ezsystems/ezplatform-kernel": "^1.3@dev", + "ezsystems/ezplatform-kernel": "^1.3", "symfony/dependency-injection": "^5.0", "symfony/http-kernel": "^5.0", "symfony/http-foundation": "^5.0", @@ -22,11 +22,11 @@ "jms/translation-bundle": "^1.5" }, "require-dev": { - "ibexa/ci-scripts": "^0.1@dev", - "ezsystems/doctrine-dbal-schema": "^1.0@dev", - "ezsystems/behatbundle": "^8.3@dev", - "ezsystems/ezplatform-http-cache": "^2.3@dev", - "ezsystems/ezplatform-rest": "^1.3@dev", + "ibexa/ci-scripts": "^0.1", + "ezsystems/doctrine-dbal-schema": "^1.0", + "ezsystems/behatbundle": "^8.3", + "ezsystems/ezplatform-http-cache": "^2.3", + "ezsystems/ezplatform-rest": "^1.3", "phpunit/phpunit": "^8.2", "matthiasnoback/symfony-dependency-injection-test": "^4.0", "behat/behat": "^3.5", @@ -60,4 +60,4 @@ "check-cs": "@fix-cs --dry-run", "test": "phpunit -c phpunit.xml.dist" } -} +} \ No newline at end of file