From e3a73b87119b632fb3eac82fc11e6ce0e76bee3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Serwatka?= Date: Tue, 18 Jan 2022 16:07:41 +0100 Subject: [PATCH] [composer] Set dependencies for 4.0.0-rc2 release. --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 2ed8e5f7..13e0ea56 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "require": { "php": "^7.4 || ^8.0", "ext-json": "*", - "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", @@ -25,11 +25,11 @@ "jms/translation-bundle": "^1.5" }, "require-dev": { - "ibexa/ci-scripts": "^0.2@dev", - "ezsystems/behatbundle": "^9.0@dev", - "ibexa/doctrine-schema": "^4.0@dev", - "ibexa/http-cache": "^4.0@dev", - "ibexa/rest": "^4.0@dev", + "ibexa/ci-scripts": "^0.2@rc", + "ezsystems/behatbundle": "^9.0@rc", + "ibexa/doctrine-schema": "^4.0@rc", + "ibexa/http-cache": "^4.0@rc", + "ibexa/rest": "^4.0@rc", "phpunit/phpunit": "^8.2", "matthiasnoback/symfony-dependency-injection-test": "^4.0", "behat/behat": "^3.5", @@ -64,4 +64,4 @@ "check-cs": "@fix-cs --dry-run", "test": "phpunit -c phpunit.xml.dist" } -} +} \ No newline at end of file