From 2b229b638960807ae2bf07cd2051af5db20f78c8 Mon Sep 17 00:00:00 2001 From: Maciej Kobus Date: Thu, 31 Mar 2022 14:39:42 +0200 Subject: [PATCH] [composer] Set dependencies for 4.1.0-beta1 release. --- composer.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 63abb00..e693d81 100644 --- a/composer.json +++ b/composer.json @@ -16,10 +16,10 @@ "require": { "php": "^7.4 || ^8.0", "ext-dom": "*", - "ibexa/core": "~4.1.0@dev", - "ibexa/admin-ui": "~4.1.0@dev", - "ibexa/rest": "~4.1.0@dev", - "ibexa/fieldtype-richtext": "~4.1.0@dev", + "ibexa/core": "~4.1.0@beta", + "ibexa/admin-ui": "~4.1.0@beta", + "ibexa/rest": "~4.1.0@beta", + "ibexa/fieldtype-richtext": "~4.1.0@beta", "lexik/jwt-authentication-bundle": "^2.8", "overblog/graphql-bundle": "^0.14.2", "erusev/parsedown": "^1.7", @@ -33,12 +33,12 @@ "symfony/serializer": "^5.0" }, "require-dev": { - "ibexa/doctrine-schema": "~4.1.0@dev", - "ibexa/content-forms": "~4.1.0@dev", - "ibexa/design-engine": "~4.1.0@dev", - "ibexa/user": "~4.1.0@dev", - "ibexa/search": "~4.1.0@dev", - "ibexa/http-cache": "~4.1.0@dev", + "ibexa/doctrine-schema": "~4.1.0@beta", + "ibexa/content-forms": "~4.1.0@beta", + "ibexa/design-engine": "~4.1.0@beta", + "ibexa/user": "~4.1.0@beta", + "ibexa/search": "~4.1.0@beta", + "ibexa/http-cache": "~4.1.0@beta", "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