From 89722d63dff11347bf504e3dfe8df790d078f0c2 Mon Sep 17 00:00:00 2001 From: Maciej Kobus Date: Mon, 17 Apr 2023 15:26:05 +0200 Subject: [PATCH] [composer] Set dependencies for 4.5.0-beta1 release. --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index d68067a6..ffe70923 100644 --- a/composer.json +++ b/composer.json @@ -25,16 +25,16 @@ "symfony/translation": "^5.0", "symfony/translation-contracts": "^2.0", "twig/twig": "^3.0", - "ibexa/core": "~4.5.0@dev", - "ibexa/content-forms": "~4.5.0@dev", - "ibexa/rest": "~4.5.0@dev", - "ibexa/http-cache": "~4.5.0@dev" + "ibexa/core": "~4.5.0@beta", + "ibexa/content-forms": "~4.5.0@beta", + "ibexa/rest": "~4.5.0@beta", + "ibexa/http-cache": "~4.5.0@beta" }, "require-dev": { "dama/doctrine-test-bundle": "^6.7.5", - "ibexa/ci-scripts": "^0.2@dev", - "ibexa/doctrine-schema": "~4.5.0@dev", - "ibexa/solr": "~4.5.0@dev", + "ibexa/ci-scripts": "^0.2@beta", + "ibexa/doctrine-schema": "~4.5.0@beta", + "ibexa/solr": "~4.5.0@beta", "phpstan/phpstan": "^1.9", "phpstan/phpstan-symfony": "^1.2", "phpstan/phpstan-phpunit": "^1.3", @@ -82,4 +82,4 @@ "config": { "allow-plugins": false } -} +} \ No newline at end of file