From ed2a42afad1b1137a530fc53cf261fe263e3a553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Serwatka?= Date: Tue, 1 Feb 2022 21:23:54 +0100 Subject: [PATCH] [composer] Set dependencies for 4.0.0-rc5 release. --- composer.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 357dca0..96f23e0 100644 --- a/composer.json +++ b/composer.json @@ -16,10 +16,10 @@ "require": { "php": "^7.4 || ^8.0", "ext-dom": "*", - "ibexa/core": "^4.0@dev", - "ibexa/admin-ui": "^4.0@dev", - "ibexa/rest": "^4.0@dev", - "ibexa/fieldtype-richtext": "^4.0@dev", + "ibexa/core": "^4.0@rc", + "ibexa/admin-ui": "^4.0@rc", + "ibexa/rest": "^4.0@rc", + "ibexa/fieldtype-richtext": "^4.0@rc", "lexik/jwt-authentication-bundle": "^2.8", "overblog/graphql-bundle": "^0.13", "erusev/parsedown": "^1.7", @@ -33,12 +33,12 @@ "symfony/serializer": "^5.0" }, "require-dev": { - "ibexa/doctrine-schema": "^4.0@dev", - "ibexa/content-forms": "^4.0@dev", - "ibexa/design-engine": "^4.0@dev", - "ibexa/user": "^4.0@dev", - "ibexa/search": "^4.0@dev", - "ibexa/http-cache": "^4.0@dev", + "ibexa/doctrine-schema": "^4.0@rc", + "ibexa/content-forms": "^4.0@rc", + "ibexa/design-engine": "^4.0@rc", + "ibexa/user": "^4.0@rc", + "ibexa/search": "^4.0@rc", + "ibexa/http-cache": "^4.0@rc", "overblog/graphiql-bundle": "^0.2", "phpspec/phpspec": "^7.1", "friendsofphp/php-cs-fixer": "^3.0", @@ -73,4 +73,4 @@ "check-cs": "@fix-cs --dry-run", "test": "phpspec run --format=pretty" } -} +} \ No newline at end of file