From c3b65d852f239f08617857202f12c47f1bf3de03 Mon Sep 17 00:00:00 2001 From: runner Date: Fri, 13 Dec 2024 13:37:22 +0000 Subject: [PATCH] [composer] Set dependencies for 4.6.15 release. --- composer.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index 8bc2c85379..7532cc7d78 100644 --- a/composer.json +++ b/composer.json @@ -47,14 +47,14 @@ "symfony/yaml": "^5.0", "symfony/webpack-encore-bundle": "^v1.17", "jms/translation-bundle": "^1.5", - "ibexa/core": "~4.6.0@dev", - "ibexa/content-forms": "~4.6.0@dev", - "ibexa/design-engine": "~4.6.0@dev", - "ibexa/user": "~4.6.0@dev", - "ibexa/fieldtype-richtext": "~4.6.0@dev", - "ibexa/rest": "~4.6.0@dev", + "ibexa/core": "~4.6.0", + "ibexa/content-forms": "~4.6.0", + "ibexa/design-engine": "~4.6.0", + "ibexa/user": "~4.6.0", + "ibexa/fieldtype-richtext": "~4.6.0", + "ibexa/rest": "~4.6.0", "ibexa/polyfill-php82": "^1.0", - "ibexa/search": "~4.6.x-dev", + "ibexa/search": "~4.6", "babdev/pagerfanta-bundle": "^2.1", "knplabs/knp-menu-bundle": "^3.0", "mck89/peast": "^1.9", @@ -66,17 +66,17 @@ "require-dev": { "ext-zip": "*", "dama/doctrine-test-bundle": "^v6.7", - "ibexa/ci-scripts": "^0.2@dev", - "ibexa/behat": "~4.6.0@dev", + "ibexa/ci-scripts": "^0.2", + "ibexa/behat": "~4.6.0", "friendsofphp/php-cs-fixer": "^3.0", "phpunit/phpunit": "^9.5", "matthiasnoback/symfony-dependency-injection-test": "^4.0", - "ibexa/doctrine-schema": "~4.6.0@dev", - "ibexa/http-cache": "~4.6.0@dev", - "ibexa/code-style": "^1.3.x-dev", - "ibexa/notifications": "~4.6.0@dev", - "ibexa/test-rest": "^0.1.x-dev", - "ibexa/test-core": "^0.1.x-dev", + "ibexa/doctrine-schema": "~4.6.0", + "ibexa/http-cache": "~4.6.0", + "ibexa/code-style": "^1.3", + "ibexa/notifications": "~4.6.0", + "ibexa/test-rest": "^0.1", + "ibexa/test-core": "^0.1", "phpstan/phpstan": "^1.10", "phpstan/phpstan-phpunit": "^1.3", "phpstan/phpstan-symfony": "^1.3" @@ -102,4 +102,4 @@ "dev-main": "4.6.x-dev" } } -} +} \ No newline at end of file