From c38623c48d6d2b90c0c393aa67a6749461fa9221 Mon Sep 17 00:00:00 2001 From: runner Date: Wed, 31 Jul 2024 13:35:22 +0000 Subject: [PATCH] [composer] Set dependencies for 4.6.9 release. --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 4b75948..95354da 100644 --- a/composer.json +++ b/composer.json @@ -8,17 +8,17 @@ }, "require": { "symfony/http-kernel": "^5.0", - "ibexa/design-engine": "~4.6.0@dev", - "ibexa/core": "~4.6.0@dev", + "ibexa/design-engine": "~4.6.0", + "ibexa/core": "~4.6.0", "php": "^7.4 || ^8.0" }, "require-dev": { - "ibexa/doctrine-schema": "~4.6.0@dev", + "ibexa/doctrine-schema": "~4.6.0", "matthiasnoback/symfony-dependency-injection-test": "^4.1", "phpunit/phpunit": "^8.1", "ibexa/code-style": "^1.0", "friendsofphp/php-cs-fixer": "^3.0", - "ibexa/ci-scripts": "^0.2@dev" + "ibexa/ci-scripts": "^0.2" }, "autoload": { "psr-4": { @@ -45,4 +45,4 @@ "dev-main": "4.6.x-dev" } } -} +} \ No newline at end of file