From 271261c9bf863e1ee1ecb7c70e4224417694efee Mon Sep 17 00:00:00 2001 From: runner Date: Wed, 28 Feb 2024 13:20:32 +0000 Subject: [PATCH] [composer] Set dependencies for 4.6.1 release. --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 2395f39f..c435a981 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "require": { "php": "^7.4 || ^8.0", "ext-json": "*", - "ibexa/core": "~4.6.0@dev", + "ibexa/core": "~4.6.0", "symfony/dependency-injection": "^5.0", "symfony/http-kernel": "^5.0", "symfony/http-foundation": "^5.0", @@ -25,11 +25,11 @@ "jms/translation-bundle": "^1.5" }, "require-dev": { - "ibexa/ci-scripts": "^0.2@dev", - "ibexa/behat": "~4.6.0@dev", - "ibexa/doctrine-schema": "~4.6.0@dev", - "ibexa/http-cache": "~4.6.0@dev", - "ibexa/rest": "~4.6.0@dev", + "ibexa/ci-scripts": "^0.2", + "ibexa/behat": "~4.6.0", + "ibexa/doctrine-schema": "~4.6.0", + "ibexa/http-cache": "~4.6.0", + "ibexa/rest": "~4.6.0", "phpunit/phpunit": "^8.2", "matthiasnoback/symfony-dependency-injection-test": "^4.0", "behat/behat": "^3.5", @@ -69,4 +69,4 @@ "check-cs": "@fix-cs --dry-run", "test": "phpunit -c phpunit.xml.dist" } -} +} \ No newline at end of file