From ecc233738eaab892d5695c38d2d3d4a9a011e3d8 Mon Sep 17 00:00:00 2001 From: runner Date: Fri, 17 May 2024 10:17:42 +0000 Subject: [PATCH] [composer] Set dependencies for 4.6.6 release. --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 990afad..e4c3e54 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ }, "require": { "php": "^7.4 || ^8.0", - "ibexa/core": "~4.6.x-dev", + "ibexa/core": "~4.6", "symfony/dependency-injection": "^5.0", "symfony/http-kernel": "^5.0", "symfony/http-foundation": "^5.0", @@ -41,7 +41,7 @@ "phpunit/phpunit": "^9.6", "friendsofphp/php-cs-fixer": "^3.0", "ibexa/code-style": "^1.0", - "ibexa/doctrine-schema": "~4.6.x-dev", + "ibexa/doctrine-schema": "~4.6", "phpstan/phpstan": "^1.10", "phpstan/phpstan-phpunit": "^1.3", "phpstan/phpstan-symfony": "^1.3", @@ -61,4 +61,4 @@ "config": { "allow-plugins": false } -} +} \ No newline at end of file