From 55f69e412c6a33f35e442294e1d942d5690ef0ae Mon Sep 17 00:00:00 2001 From: runner Date: Thu, 23 Nov 2023 16:25:46 +0000 Subject: [PATCH] [composer] Set dependencies for 4.6.0-beta3 release. --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index a21a6269..42601f74 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "ext-libxml": "*", "ext-simplexml": "*", "ext-xmlwriter": "*", - "ibexa/core": "~4.6.0@dev", + "ibexa/core": "~4.6.0@beta", "symfony/http-kernel": "^5.3", "symfony/dependency-injection": "^5.3", "symfony/routing": "^5.3", @@ -46,10 +46,10 @@ "lexik/jwt-authentication-bundle": "^2.8" }, "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", "ibexa/code-style": "^1.0", - "ibexa/test-core": "^0.1.x-dev", + "ibexa/test-core": "^0.1@beta", "friendsofphp/php-cs-fixer": "^3.0", "phpunit/phpunit": "^8.5", "matthiasnoback/symfony-dependency-injection-test": "^4.1", @@ -82,4 +82,4 @@ "dev-main": "4.6.x-dev" } } -} +} \ No newline at end of file