From 75660aedc530a67a70745b7641f95f6627474d5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Serwatka?= Date: Fri, 4 Feb 2022 16:09:30 +0100 Subject: [PATCH] [composer] Set dependencies for 4.0.0 release. --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 15aca70e..2bf5f7fb 100644 --- a/composer.json +++ b/composer.json @@ -24,14 +24,14 @@ "symfony/translation": "^5.0", "symfony/translation-contracts": "^2.0", "twig/twig": "^3.0", - "ibexa/core": "^4.0@dev", - "ibexa/content-forms": "^4.0@dev", - "ibexa/rest": "^4.0@dev", - "ibexa/http-cache": "^4.0@dev" + "ibexa/core": "^4.0", + "ibexa/content-forms": "^4.0", + "ibexa/rest": "^4.0", + "ibexa/http-cache": "^4.0" }, "require-dev": { - "ibexa/ci-scripts": "^0.2@dev", - "ibexa/doctrine-schema": "^4.0@dev", + "ibexa/ci-scripts": "^0.2", + "ibexa/doctrine-schema": "^4.0", "phpunit/phpunit": "^9.5", "symfony/finder": "^5.0", "matthiasnoback/symfony-config-test": "^4.1", @@ -70,4 +70,4 @@ "dev-main": "4.0.x-dev" } } -} +} \ No newline at end of file