From 6d5100aef12902210174cbd2f0b35bdeb9d9d8fb Mon Sep 17 00:00:00 2001 From: runner Date: Thu, 14 Sep 2023 10:42:40 +0000 Subject: [PATCH] [composer] Set dependencies for 4.5.3 release. --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index d68067a6..fb4abccb 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", + "ibexa/content-forms": "~4.5.0", + "ibexa/rest": "~4.5.0", + "ibexa/http-cache": "~4.5.0" }, "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", + "ibexa/doctrine-schema": "~4.5.0", + "ibexa/solr": "~4.5.0", "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