From 2b5803ad912d632b3904acb9d0657f89687d093e Mon Sep 17 00:00:00 2001 From: Maciej Kobus Date: Tue, 22 Aug 2023 13:42:12 +0200 Subject: [PATCH] [composer] Set dependencies for 4.5.2 release. --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 25e7179..29448b2 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", @@ -50,4 +50,4 @@ "dev-main": "4.5.x-dev" } } -} +} \ No newline at end of file