From 8de31a0e4eb56bfe50658ba39abae3f82c87cb80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Serwatka?= Date: Tue, 18 Jan 2022 16:09:35 +0100 Subject: [PATCH] [composer] Set dependencies for 4.0.0-rc2 release. --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a639d63..d4f2515 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "require": { "php": "^7.4 || ^8.0", - "ibexa/core": "^4.0@dev", + "ibexa/core": "^4.0@rc", "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.0@dev" + "ibexa/doctrine-schema": "^4.0@rc" }, "scripts": { "fix-cs": "php-cs-fixer fix --config=.php-cs-fixer.php -v --show-progress=dots" @@ -48,4 +48,4 @@ "dev-main": "4.0.x-dev" } } -} +} \ No newline at end of file