diff --git a/composer.json b/composer.json index 38b4ef3..c7ce387 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "require": { "php": "^7.4 || ^8.0", - "ibexa/core": "~4.5.0@dev", + "ibexa/core": "~4.5.0", "symfony/dependency-injection": "^5.0", "symfony/http-kernel": "^5.0", "symfony/http-foundation": "^5.0", @@ -38,7 +38,7 @@ "phpunit/phpunit": "^8.5", "friendsofphp/php-cs-fixer": "^3.0", "ibexa/code-style": "^1.0", - "ibexa/doctrine-schema": "~4.5.0@dev" + "ibexa/doctrine-schema": "~4.5.0" }, "scripts": { "fix-cs": "php-cs-fixer fix --config=.php-cs-fixer.php --show-progress=dots", @@ -53,4 +53,4 @@ "config": { "allow-plugins": false } -} +} \ No newline at end of file