diff --git a/composer.json b/composer.json index 990afad..e4c3e54 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ }, "require": { "php": "^7.4 || ^8.0", - "ibexa/core": "~4.6.x-dev", + "ibexa/core": "~4.6", "symfony/dependency-injection": "^5.0", "symfony/http-kernel": "^5.0", "symfony/http-foundation": "^5.0", @@ -41,7 +41,7 @@ "phpunit/phpunit": "^9.6", "friendsofphp/php-cs-fixer": "^3.0", "ibexa/code-style": "^1.0", - "ibexa/doctrine-schema": "~4.6.x-dev", + "ibexa/doctrine-schema": "~4.6", "phpstan/phpstan": "^1.10", "phpstan/phpstan-phpunit": "^1.3", "phpstan/phpstan-symfony": "^1.3", @@ -61,4 +61,4 @@ "config": { "allow-plugins": false } -} +} \ No newline at end of file