From 27cb7c8feb1793155008d4dabb4fd5ca525054a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Serwatka?= Date: Wed, 5 Jan 2022 16:39:28 +0100 Subject: [PATCH] [composer] Set dependencies for 4.0.0-rc1 release. --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 15aca70e..4301794e 100644 --- a/composer.json +++ b/composer.json @@ -24,14 +24,14 @@ "symfony/translation": "^5.0", "symfony/translation-contracts": "^2.0", "twig/twig": "^3.0", - "ibexa/core": "^4.0@dev", - "ibexa/content-forms": "^4.0@dev", - "ibexa/rest": "^4.0@dev", - "ibexa/http-cache": "^4.0@dev" + "ibexa/core": "^4.0@rc", + "ibexa/content-forms": "^4.0@rc", + "ibexa/rest": "^4.0@rc", + "ibexa/http-cache": "^4.0@rc" }, "require-dev": { - "ibexa/ci-scripts": "^0.2@dev", - "ibexa/doctrine-schema": "^4.0@dev", + "ibexa/ci-scripts": "^0.2@rc", + "ibexa/doctrine-schema": "^4.0@rc", "phpunit/phpunit": "^9.5", "symfony/finder": "^5.0", "matthiasnoback/symfony-config-test": "^4.1",