From 36763b1125b5a54237761a37c6f6a326d5cd6cdb Mon Sep 17 00:00:00 2001 From: Maciej Kobus Date: Mon, 25 Apr 2022 15:45:55 +0200 Subject: [PATCH] [composer] Set dependencies for 4.1.1 release. --- composer.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index 73a7200..edfc637 100644 --- a/composer.json +++ b/composer.json @@ -23,9 +23,9 @@ "php": "^7.4 || ^8.0", "ext-libxml": "*", "ext-simplexml": "*", - "ibexa/core": "~4.1.0@dev", - "ibexa/content-forms": "~4.1.0@dev", - "ibexa/graphql": "~4.1.0@dev", + "ibexa/core": "~4.1.0", + "ibexa/content-forms": "~4.1.0", + "ibexa/graphql": "~4.1.0", "symfony/http-kernel": "^5.0", "symfony/console": "^5.0", "symfony/config": "^5.0", @@ -35,15 +35,15 @@ "symfony/options-resolver": "^5.0" }, "require-dev": { - "ibexa/ci-scripts": "^0.2@dev", - "ibexa/doctrine-schema": "~4.1.0@dev", - "ibexa/admin-ui": "~4.1.0@dev", - "ibexa/user": "~4.1.0@dev", - "ibexa/fieldtype-richtext": "~4.1.0@dev", - "ibexa/search": "~4.1.0@dev", - "ibexa/rest": "~4.1.0@dev", - "ibexa/http-cache": "~4.1.0@dev", - "ibexa/design-engine": "~4.1.0@dev", + "ibexa/ci-scripts": "^0.2", + "ibexa/doctrine-schema": "~4.1.0", + "ibexa/admin-ui": "~4.1.0", + "ibexa/user": "~4.1.0", + "ibexa/fieldtype-richtext": "~4.1.0", + "ibexa/search": "~4.1.0", + "ibexa/rest": "~4.1.0", + "ibexa/http-cache": "~4.1.0", + "ibexa/design-engine": "~4.1.0", "ibexa/code-style": "^1.0", "friendsofphp/php-cs-fixer": "^3.0", "phpunit/phpunit": "^9.5" @@ -58,4 +58,4 @@ "dev-main": "4.1.x-dev" } } -} +} \ No newline at end of file