From 504e684e5d3ea7e1f1a4f2fde1515fb5884346d5 Mon Sep 17 00:00:00 2001 From: Maciej Kobus Date: Fri, 13 Jan 2023 15:24:16 +0100 Subject: [PATCH] [composer] Set dependencies for 4.4.0-beta1 release. --- composer.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 1a888aa..f17b6b3 100644 --- a/composer.json +++ b/composer.json @@ -26,8 +26,8 @@ }, "require": { "php": "^7.4 || ^8.0", - "ibexa/core": "~4.4.0@dev", - "ibexa/content-forms": "~4.4.0@dev", + "ibexa/core": "~4.4.0@beta", + "ibexa/content-forms": "~4.4.0@beta", "jms/translation-bundle": "^1.5", "symfony/dependency-injection": "^5.0", "symfony/http-kernel": "^5.0", @@ -46,13 +46,13 @@ "symfony/security-http": "^5.0" }, "require-dev": { - "ibexa/ci-scripts": "^0.2@dev", - "ibexa/doctrine-schema": "~4.4.0@dev", - "ibexa/search": "~4.4.0@dev", - "ibexa/design-engine": "~4.4.0@dev", - "ibexa/http-cache": "~4.4.0@dev", - "ibexa/fieldtype-richtext": "~4.4.0@dev", - "ibexa/rest": "~4.4.0@dev", + "ibexa/ci-scripts": "^0.2@beta", + "ibexa/doctrine-schema": "~4.4.0@beta", + "ibexa/search": "~4.4.0@beta", + "ibexa/design-engine": "~4.4.0@beta", + "ibexa/http-cache": "~4.4.0@beta", + "ibexa/fieldtype-richtext": "~4.4.0@beta", + "ibexa/rest": "~4.4.0@beta", "symfony/proxy-manager-bridge": "^5.0", "friendsofphp/php-cs-fixer": "^3.0", "ibexa/code-style": "^1.0", @@ -70,4 +70,4 @@ "dev-main": "4.4.x-dev" } } -} +} \ No newline at end of file