From ffb5036b4f5b1c1c5218208b75259a774fea8c1f Mon Sep 17 00:00:00 2001 From: runner Date: Fri, 4 Oct 2024 12:44:25 +0000 Subject: [PATCH] [composer] Set dependencies for 4.6.12 release. --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 499dfd1..38f2be4 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ ], "require": { "php": "^7.4 || ^8.0", - "ibexa/core": "~4.6.x-dev", + "ibexa/core": "~4.6", "symfony/config": "^5.4", "symfony/dependency-injection": "^5.4", "symfony/event-dispatcher": "^5.4", @@ -17,7 +17,7 @@ "symfony/yaml": "^5.4" }, "require-dev": { - "ibexa/behat": "~4.6.x-dev", + "ibexa/behat": "~4.6", "ibexa/code-style": "~2.0.0", "phpstan/phpstan": "^1.10", "phpstan/phpstan-phpunit": "^1.3", @@ -61,4 +61,4 @@ "config": { "sort-packages": true } -} +} \ No newline at end of file