From ee4d57308b7958369bf39653a6babd51fde7e419 Mon Sep 17 00:00:00 2001 From: Maciej Kobus Date: Thu, 13 Oct 2022 08:53:16 +0200 Subject: [PATCH] [composer] Set dependencies for 4.3.0-beta1 release. --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 98f51871..7dabc15d 100644 --- a/composer.json +++ b/composer.json @@ -24,14 +24,14 @@ "symfony/translation": "^5.0", "symfony/translation-contracts": "^2.0", "twig/twig": "^3.0", - "ibexa/core": "~4.3.0@dev", - "ibexa/content-forms": "~4.3.0@dev", - "ibexa/rest": "~4.3.0@dev", - "ibexa/http-cache": "~4.3.0@dev" + "ibexa/core": "~4.3.0@beta", + "ibexa/content-forms": "~4.3.0@beta", + "ibexa/rest": "~4.3.0@beta", + "ibexa/http-cache": "~4.3.0@beta" }, "require-dev": { - "ibexa/ci-scripts": "^0.2@dev", - "ibexa/doctrine-schema": "~4.3.0@dev", + "ibexa/ci-scripts": "^0.2@beta", + "ibexa/doctrine-schema": "~4.3.0@beta", "phpunit/phpunit": "^9.5", "symfony/finder": "^5.0", "matthiasnoback/symfony-config-test": "^4.1", @@ -71,4 +71,4 @@ "dev-main": "4.3.x-dev" } } -} +} \ No newline at end of file