diff --git a/composer.json b/composer.json index 8eed9f5e..14340bf6 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "ext-libxml": "*", "ext-simplexml": "*", "ext-xmlwriter": "*", - "ibexa/core": "~4.3.0@dev", + "ibexa/core": "~4.3.0", "symfony/http-kernel": "^5.3", "symfony/dependency-injection": "^5.3", "symfony/routing": "^5.3", @@ -46,8 +46,8 @@ "lexik/jwt-authentication-bundle": "^2.8" }, "require-dev": { - "ibexa/ci-scripts": "^0.2@dev", - "ibexa/doctrine-schema": "~4.3.0@dev", + "ibexa/ci-scripts": "^0.2", + "ibexa/doctrine-schema": "~4.3.0", "ibexa/code-style": "^1.0", "friendsofphp/php-cs-fixer": "^3.0", "phpunit/phpunit": "^8.5", @@ -75,4 +75,4 @@ "dev-main": "4.3.x-dev" } } -} +} \ No newline at end of file