From becb9abe05e408a3521932dc81ed2a425970c53a Mon Sep 17 00:00:00 2001 From: Maciej Kobus Date: Tue, 31 May 2022 15:23:24 +0200 Subject: [PATCH] [composer] Set dependencies for 4.0.7 release. --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index f541ec08..944c8862 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "require": { "php": "^7.4 || ^8.0", "ext-json": "*", - "ibexa/core": "~4.0.0@dev", + "ibexa/core": "~4.0.0", "netgen/query-translator": "^1.0.2", "symfony/http-kernel": "^5.0", "symfony/dependency-injection": "^5.0", @@ -25,7 +25,7 @@ }, "require-dev": { "symfony/proxy-manager-bridge": "^5.4", - "ibexa/doctrine-schema": "~4.0.0@dev", + "ibexa/doctrine-schema": "~4.0.0", "phpunit/phpunit": "^8.2", "matthiasnoback/symfony-dependency-injection-test": "^4.1", "ibexa/code-style": "^1.0" @@ -49,7 +49,7 @@ "EzSystems\\EzPlatformSolrSearchEngineBundle\\Tests\\": "tests/bundle/", "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/" } }, "scripts": { @@ -63,4 +63,4 @@ "dev-main": "4.0.x-dev" } } -} +} \ No newline at end of file