diff --git a/composer.json b/composer.json index f2a1992..8ce15e5 100644 --- a/composer.json +++ b/composer.json @@ -9,22 +9,22 @@ "require": { "php": "^7.4 || ^8.0", "ext-json": "*", - "ibexa/core": "~4.6.0@dev", - "ibexa/admin-ui": "~4.6.0@dev", + "ibexa/core": "~4.6.0", + "ibexa/admin-ui": "~4.6.0", "zetacomponents/system-information": "^1.1.1" }, "require-dev": { - "ibexa/ci-scripts": "^0.2@dev", + "ibexa/ci-scripts": "^0.2", "ibexa/code-style": "^1.0", "friendsofphp/php-cs-fixer": "^3.0", - "ibexa/doctrine-schema": "~4.6.0@dev", - "ibexa/content-forms": "~4.6.0@dev", - "ibexa/design-engine": "~4.6.0@dev", - "ibexa/user": "~4.6.0@dev", - "ibexa/fieldtype-richtext": "~4.6.0@dev", - "ibexa/rest": "~4.6.0@dev", - "ibexa/search": "~4.6.0@dev", - "ibexa/http-cache": "~4.6.0@dev", + "ibexa/doctrine-schema": "~4.6.0", + "ibexa/content-forms": "~4.6.0", + "ibexa/design-engine": "~4.6.0", + "ibexa/user": "~4.6.0", + "ibexa/fieldtype-richtext": "~4.6.0", + "ibexa/rest": "~4.6.0", + "ibexa/search": "~4.6.0", + "ibexa/http-cache": "~4.6.0", "phpunit/phpunit": "^8.2", "matthiasnoback/symfony-dependency-injection-test": "^4.0" }, @@ -56,4 +56,4 @@ "config": { "allow-plugins": false } -} +} \ No newline at end of file