From 95c6be2ba818e63f02aa0fe64e82b75c17a04966 Mon Sep 17 00:00:00 2001 From: runner Date: Wed, 14 Aug 2024 12:15:16 +0000 Subject: [PATCH] [composer] Set dependencies for 4.6.10 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