From bd5f3eecd446a11963567fd83052cfedcbc289a2 Mon Sep 17 00:00:00 2001 From: runner Date: Mon, 13 May 2024 14:33:38 +0000 Subject: [PATCH] [composer] Set dependencies for 4.6.4 release. --- composer.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 1265bcbd..66d89b97 100644 --- a/composer.json +++ b/composer.json @@ -25,19 +25,19 @@ "symfony/translation": "^5.0", "symfony/translation-contracts": "^2.0", "twig/twig": "^3.0", - "ibexa/core": "~4.6.0@dev", - "ibexa/content-forms": "~4.6.0@dev", - "ibexa/rest": "~4.6.0@dev", - "ibexa/http-cache": "~4.6.0@dev" + "ibexa/core": "~4.6.0", + "ibexa/content-forms": "~4.6.0", + "ibexa/rest": "~4.6.0", + "ibexa/http-cache": "~4.6.0" }, "require-dev": { "dama/doctrine-test-bundle": "^6.7.5", - "ibexa/admin-ui": "~4.6.x-dev", - "ibexa/ci-scripts": "^0.2@dev", - "ibexa/doctrine-schema": "~4.6.x-dev", - "ibexa/search": "~4.6.x-dev", - "ibexa/solr": "~4.6.x-dev", - "ibexa/test-core": "~4.6.x-dev", + "ibexa/admin-ui": "~4.6", + "ibexa/ci-scripts": "^0.2", + "ibexa/doctrine-schema": "~4.6", + "ibexa/search": "~4.6", + "ibexa/solr": "~4.6", + "ibexa/test-core": "~4.6", "phpstan/phpstan": "^1.9", "phpstan/phpstan-symfony": "^1.2", "phpstan/phpstan-phpunit": "^1.3", @@ -86,4 +86,4 @@ "config": { "allow-plugins": false } -} +} \ No newline at end of file