From 295e9e079868edb8963fe71ff57f8f45ea7edba6 Mon Sep 17 00:00:00 2001 From: Maciej Kobus Date: Fri, 13 Jan 2023 15:20:24 +0100 Subject: [PATCH] [composer] Set dependencies for 4.4.0-beta1 release. --- composer.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/composer.json b/composer.json index 93bee46..d366c21 100644 --- a/composer.json +++ b/composer.json @@ -15,30 +15,30 @@ "require": { "php": "^7.4 || ^8.0", "ext-json": "*", - "ibexa/core": "~4.4.0@dev", - "ibexa/admin-ui": "~4.4.0@dev", + "ibexa/core": "~4.4.0@beta", + "ibexa/admin-ui": "~4.4.0@beta", "ocramius/proxy-manager": "^2.2", "symfony/proxy-manager-bridge": "^5.0", "zetacomponents/system-information": "^1.1.1" }, "require-dev": { - "ibexa/ci-scripts": "^0.2@dev", + "ibexa/ci-scripts": "^0.2@beta", "ibexa/code-style": "^1.0", - "ezsystems/ezplatform-content-forms": "^1.3@dev", - "ezsystems/ezplatform-http-cache": "^2.3@dev", - "ezsystems/ezplatform-rest": "^1.3@dev", - "ezsystems/ezplatform-richtext": "^2.3@dev", - "ezsystems/ezplatform-search": "^1.2@dev", - "ezsystems/ezplatform-user": "^2.3@dev", + "ezsystems/ezplatform-content-forms": "^1.3@beta", + "ezsystems/ezplatform-http-cache": "^2.3@beta", + "ezsystems/ezplatform-rest": "^1.3@beta", + "ezsystems/ezplatform-richtext": "^2.3@beta", + "ezsystems/ezplatform-search": "^1.2@beta", + "ezsystems/ezplatform-user": "^2.3@beta", "friendsofphp/php-cs-fixer": "^3.0", - "ibexa/doctrine-schema": "~4.4.0@dev", - "ibexa/content-forms": "~4.4.0@dev", - "ibexa/design-engine": "~4.4.0@dev", - "ibexa/user": "~4.4.0@dev", - "ibexa/fieldtype-richtext": "~4.4.0@dev", - "ibexa/rest": "~4.4.0@dev", - "ibexa/search": "~4.4.0@dev", - "ibexa/http-cache": "~4.4.0@dev", + "ibexa/doctrine-schema": "~4.4.0@beta", + "ibexa/content-forms": "~4.4.0@beta", + "ibexa/design-engine": "~4.4.0@beta", + "ibexa/user": "~4.4.0@beta", + "ibexa/fieldtype-richtext": "~4.4.0@beta", + "ibexa/rest": "~4.4.0@beta", + "ibexa/search": "~4.4.0@beta", + "ibexa/http-cache": "~4.4.0@beta", "phpunit/phpunit": "^8.2", "matthiasnoback/symfony-dependency-injection-test": "^4.0" }, @@ -67,4 +67,4 @@ "check-cs": "@fix-cs --dry-run", "test": "phpunit -c phpunit.xml" } -} +} \ No newline at end of file