From de6a0d6cc3e472ea839f4ff0fa8e5ededc6886e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Serwatka?= Date: Fri, 18 Feb 2022 16:12:35 +0100 Subject: [PATCH] [composer] Set dependencies for 4.0.2 release. --- composer.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 1d1c174..699e35c 100644 --- a/composer.json +++ b/composer.json @@ -25,8 +25,8 @@ }, "require": { "php": "^7.4 || ^8.0", - "ibexa/core": "^4.0@dev", - "ibexa/content-forms": "^4.0@dev", + "ibexa/core": "^4.0", + "ibexa/content-forms": "^4.0", "jms/translation-bundle": "^1.5", "symfony/dependency-injection": "^5.0", "symfony/http-kernel": "^5.0", @@ -45,13 +45,13 @@ "symfony/security-http": "^5.0" }, "require-dev": { - "ibexa/ci-scripts": "^0.2@dev", - "ibexa/doctrine-schema": "^4.0@dev", - "ibexa/search": "^4.0@dev", - "ibexa/design-engine": "^4.0@dev", - "ibexa/http-cache": "^4.0@dev", - "ibexa/fieldtype-richtext": "^4.0@dev", - "ibexa/rest": "^4.0@dev", + "ibexa/ci-scripts": "^0.2", + "ibexa/doctrine-schema": "^4.0", + "ibexa/search": "^4.0", + "ibexa/design-engine": "^4.0", + "ibexa/http-cache": "^4.0", + "ibexa/fieldtype-richtext": "^4.0", + "ibexa/rest": "^4.0", "friendsofphp/php-cs-fixer": "^3.0", "ibexa/code-style": "^1.0", "phpunit/phpunit": "^8.2", @@ -67,4 +67,4 @@ "dev-main": "4.0.x-dev" } } -} +} \ No newline at end of file