From e6051708bd18a6ff2e314cbb4b3d7f0edac47938 Mon Sep 17 00:00:00 2001 From: Maciej Kobus Date: Fri, 28 Oct 2022 18:20:32 +0200 Subject: [PATCH] [composer] Set dependencies for 4.3.0-rc1 release. --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 7ca2aa5..679174c 100644 --- a/composer.json +++ b/composer.json @@ -30,11 +30,11 @@ "symfony/console": "^5.0", "symfony/config": "^5.0", "symfony/process": "^5.0", - "ibexa/core": "~4.3.0@dev" + "ibexa/core": "~4.3.0@rc" }, "require-dev": { "ibexa/code-style": "^1.0", - "ibexa/doctrine-schema": "~4.3.0@dev", + "ibexa/doctrine-schema": "~4.3.0@rc", "friendsofphp/php-cs-fixer": "^3.0", "phpunit/phpunit": "^6.4 || ^7.0" }, @@ -46,4 +46,4 @@ "dev-main": "4.3.x-dev" } } -} +} \ No newline at end of file