From 8968c2df1ff674b0f914f293a82f1c00829464d9 Mon Sep 17 00:00:00 2001 From: runner Date: Fri, 22 Sep 2023 13:41:54 +0000 Subject: [PATCH] [composer] Set dependencies for 4.6.0-beta2 release. --- composer.json | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 28adb0b..acb41d3 100644 --- a/composer.json +++ b/composer.json @@ -14,8 +14,8 @@ ], "require": { "php": "^7.4 || ^8.0", - "ibexa/core": "~4.6.x-dev", - "ibexa/rest": "~4.6.0@dev", + "ibexa/core": "~4.6@beta", + "ibexa/rest": "~4.6.0@beta", "friendsofsymfony/http-cache-bundle": "^2.8", "friendsofsymfony/http-cache": "^2.9", "symfony/http-foundation": "^5.0", @@ -30,8 +30,8 @@ "toflar/psr6-symfony-http-cache-store": "^2.2 || ^3.0" }, "require-dev": { - "ibexa/ci-scripts": "^0.2@dev", - "ibexa/doctrine-schema": "~4.6.0@dev", + "ibexa/ci-scripts": "^0.2@beta", + "ibexa/doctrine-schema": "~4.6.0@beta", "phpunit/phpunit": "^8.5", "matthiasnoback/symfony-dependency-injection-test": "^4.3", "phpspec/phpspec": "^7.1", @@ -47,13 +47,6 @@ "EzSystems\\PlatformHttpCacheBundle\\": "src/bundle/" } }, - "autoload-dev": { - "psr-4": { - "EzSystems\\PlatformHttpCacheBundle\\Tests\\": "tests", - "Ibexa\\Tests\\HttpCache\\": "tests/lib/", - "Ibexa\\Tests\\Bundle\\HttpCache\\": "tests/bundle/" - } - }, "autoload-dev": { "autoload-dev": { "Ibexa\\Tests\\Bundle\\HttpCache\\": "tests/bundle/" @@ -74,4 +67,4 @@ "dev-main": "4.6.x-dev" } } -} +} \ No newline at end of file