From 8cd38e74ab4456c1229789d6ce95bb72e7b6ae05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Serwatka?= Date: Mon, 7 Feb 2022 16:20:45 +0100 Subject: [PATCH] [composer] Set dependencies for 4.0.1 release. --- composer.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 6494e392df..8199ed2e66 100644 --- a/composer.json +++ b/composer.json @@ -46,13 +46,13 @@ "symfony/asset": "^5.0", "symfony/yaml": "^5.0", "jms/translation-bundle": "^1.5", - "ibexa/core": "^4.0@dev", - "ibexa/content-forms": "^4.0@dev", - "ibexa/design-engine": "^4.0@dev", - "ibexa/user": "^4.0@dev", - "ibexa/fieldtype-richtext": "^4.0@dev", - "ibexa/rest": "^4.0@dev", - "ibexa/search": "^4.0@dev", + "ibexa/core": "^4.0", + "ibexa/content-forms": "^4.0", + "ibexa/design-engine": "^4.0", + "ibexa/user": "^4.0", + "ibexa/fieldtype-richtext": "^4.0", + "ibexa/rest": "^4.0", + "ibexa/search": "^4.0", "babdev/pagerfanta-bundle": "^2.1", "knplabs/knp-menu-bundle": "^3.0", "mck89/peast": "^1.9", @@ -62,13 +62,13 @@ "twig/string-extra": "^3.0" }, "require-dev": { - "ibexa/ci-scripts": "^0.2@dev", - "ezsystems/behatbundle": "^9.0@dev", + "ibexa/ci-scripts": "^0.2", + "ezsystems/behatbundle": "^9.0", "friendsofphp/php-cs-fixer": "^3.0", "phpunit/phpunit": "^8.1", "matthiasnoback/symfony-dependency-injection-test": "^4.0", - "ibexa/doctrine-schema": "^4.0@dev", - "ibexa/http-cache": "^4.0@dev", + "ibexa/doctrine-schema": "^4.0", + "ibexa/http-cache": "^4.0", "ibexa/code-style": "^1.0" }, "scripts": { @@ -81,4 +81,4 @@ "dev-main": "4.0.x-dev" } } -} +} \ No newline at end of file