From d87ad23df7deb1c4329e7a9521d440ab5c1f01ac Mon Sep 17 00:00:00 2001 From: Maciej Kobus Date: Tue, 7 Mar 2023 15:46:12 +0100 Subject: [PATCH] [composer] Set dependencies for 4.3.5 release. --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 58413f38..0ccd849c 100644 --- a/composer.json +++ b/composer.json @@ -24,15 +24,15 @@ "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", + "ibexa/content-forms": "~4.3.0", + "ibexa/rest": "~4.3.0", + "ibexa/http-cache": "~4.3.0" }, "require-dev": { - "ibexa/ci-scripts": "^0.2@dev", - "ibexa/doctrine-schema": "~4.3.0@dev", - "ibexa/solr": "~4.3.0@dev", + "ibexa/ci-scripts": "^0.2", + "ibexa/doctrine-schema": "~4.3.0", + "ibexa/solr": "~4.3.0", "phpstan/phpstan": "^1.9", "phpstan/phpstan-symfony": "^1.2", "phpstan/phpstan-phpunit": "^1.3", @@ -79,4 +79,4 @@ "config": { "allow-plugins": false } -} +} \ No newline at end of file