From 79aa563571436c305de7ae6c6fa1ca83e6d7f171 Mon Sep 17 00:00:00 2001 From: runner Date: Thu, 11 Jul 2024 08:27:46 +0000 Subject: [PATCH] [composer] Set dependencies for 4.6.8 release. --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 447ee5e..c37b1b6 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": "^7.4 || ^8.0", - "ibexa/core": "~4.6.0@dev", + "ibexa/core": "~4.6.0", "twig/twig": "^3.0", "symfony/dependency-injection": "^5.0", "symfony/http-kernel": "^5.0", @@ -31,7 +31,7 @@ }, "require-dev": { "ibexa/code-style": "^1.0", - "ibexa/doctrine-schema": "~4.6.0@dev", + "ibexa/doctrine-schema": "~4.6.0", "phpunit/phpunit": "^8.1", "friendsofphp/php-cs-fixer": "^3.0", "mikey179/vfsstream": "^1.6" @@ -69,4 +69,4 @@ "config": { "allow-plugins": false } -} +} \ No newline at end of file