From ba87eafe9cd98b0c960d25b65cd3385c79bec12d Mon Sep 17 00:00:00 2001 From: runner Date: Tue, 4 Mar 2025 16:22:23 +0000 Subject: [PATCH] [composer] Set dependencies for 4.6.17 release. --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index b4030e0..f7eaa0f 100644 --- a/composer.json +++ b/composer.json @@ -7,8 +7,8 @@ ], "require": { "php": "^7.4 || ^8.0", - "ibexa/core": "~4.6.x-dev", - "ibexa/doctrine-schema": "~4.6.x-dev", + "ibexa/core": "~4.6", + "ibexa/doctrine-schema": "~4.6", "symfony/config": "^5.4", "symfony/dependency-injection": "^5.4", "symfony/event-dispatcher": "^5.4", @@ -19,7 +19,7 @@ "require-dev": { "dama/doctrine-test-bundle": "^6.7", "ibexa/code-style": "^1.1", - "ibexa/test-core": "0.1.x-dev", + "ibexa/test-core": "0.1", "phpstan/phpstan": "^2.0", "phpstan/phpstan-phpunit": "^2.0", "phpunit/phpunit": "^9.0", @@ -61,4 +61,4 @@ "allow-plugins": false, "sort-packages": true } -} +} \ No newline at end of file