From bbd8f9e59e70dbb6dcc5652af924c147a039b0cc Mon Sep 17 00:00:00 2001 From: Maciej Kobus Date: Thu, 10 Nov 2022 16:25:46 +0100 Subject: [PATCH] [composer] Set dependencies for 4.2.3 release. --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 88237078..f117f10c 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "php": "^7.4 || ^8.0", "ext-json": "*", "ext-xmlwriter": "*", - "ibexa/core": "~4.2.0@dev", + "ibexa/core": "~4.2.0", "netgen/query-translator": "^1.0.2", "symfony/http-kernel": "^5.0", "symfony/dependency-injection": "^5.0", @@ -28,7 +28,7 @@ "require-dev": { "league/flysystem-memory": "^1.0", "symfony/proxy-manager-bridge": "^5.4", - "ibexa/doctrine-schema": "~4.2.0@dev", + "ibexa/doctrine-schema": "~4.2.0", "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/" } @@ -70,4 +70,4 @@ "dev-main": "4.2.x-dev" } } -} +} \ No newline at end of file