diff --git a/composer.json b/composer.json index 939535b..1d75a5e 100644 --- a/composer.json +++ b/composer.json @@ -30,11 +30,11 @@ "symfony/console": "^5.0", "symfony/config": "^5.0", "symfony/process": "^5.0", - "ibexa/core": "~4.6.0@dev" + "ibexa/core": "~4.6.0" }, "require-dev": { "ibexa/code-style": "^1.0", - "ibexa/doctrine-schema": "~4.6.0@dev", + "ibexa/doctrine-schema": "~4.6.0", "friendsofphp/php-cs-fixer": "^3.0", "phpunit/phpunit": "^6.4 || ^7.0" }, @@ -46,4 +46,4 @@ "dev-main": "4.6.x-dev" } } -} +} \ No newline at end of file