From c80b2cfd8be7f4cc951a7c5168979e983d9b2db8 Mon Sep 17 00:00:00 2001 From: runner Date: Mon, 18 Dec 2023 14:00:26 +0000 Subject: [PATCH] [composer] Set dependencies for 4.6.0-beta4 release. --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 37b1e1e5..ea8cf0e2 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "php": "^7.4 || ^8.0", "ext-json": "*", "ext-xmlwriter": "*", - "ibexa/core": "~4.6.0@dev", + "ibexa/core": "~4.6.0@beta", "netgen/query-translator": "^1.0.2", "symfony/http-kernel": "^5.0", "symfony/dependency-injection": "^5.0", @@ -28,7 +28,7 @@ "require-dev": { "symfony/proxy-manager-bridge": "^5.4", "symfony/phpunit-bridge": "^5.4", - "ibexa/doctrine-schema": "~4.6.0@dev", + "ibexa/doctrine-schema": "~4.6.0@beta", "phpunit/phpunit": "^8.2", "matthiasnoback/symfony-dependency-injection-test": "^4.1", "ibexa/code-style": "^1.0", @@ -53,7 +53,7 @@ "Ibexa\\Tests\\Solr\\": "tests/lib/", "Ibexa\\Tests\\Integration\\Core\\": "vendor/ibexa/core/tests/integration/Core/", "Ibexa\\Tests\\Core\\": "vendor/ibexa/core/tests/lib/", - "Ibexa\\Tests\\Bundle\\Core\\": "vendor/ibexa/core/tests/bundle/", + "Ibexa\\Tests\\Bundle\\Core\\": "vendor/ibexa/core/tests/bundle/", "EzSystems\\EzPlatformSolrSearchEngine\\Tests\\": "tests/lib/", "EzSystems\\EzPlatformSolrSearchEngineBundle\\Tests\\": "tests/bundle/" } @@ -76,4 +76,4 @@ "config": { "allow-plugins": false } -} +} \ No newline at end of file