From 6bd16625df57bb1e3254c42a93677a4ae3fa0a42 Mon Sep 17 00:00:00 2001 From: Maciej Kobus Date: Mon, 3 Apr 2023 12:00:53 +0200 Subject: [PATCH] [composer] Set dependencies for 2.3.8 release. --- composer.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index 13040ad..4717e9f 100644 --- a/composer.json +++ b/composer.json @@ -16,11 +16,11 @@ "require": { "php": "^7.3 || ^8.0", "ext-json": "*", - "ezsystems/ezplatform-admin-ui": "~2.3.0@dev", - "ezsystems/ezplatform-content-forms": "~1.3.0@dev", - "ezsystems/ezplatform-graphql": "~2.3.0@dev", - "ezsystems/ezplatform-rest": "~1.3.0@dev", - "ezsystems/ezplatform-kernel": "~1.3.0@dev", + "ezsystems/ezplatform-admin-ui": "~2.3.0", + "ezsystems/ezplatform-content-forms": "~1.3.0", + "ezsystems/ezplatform-graphql": "~2.3.0", + "ezsystems/ezplatform-rest": "~1.3.0", + "ezsystems/ezplatform-kernel": "~1.3.0", "symfony/dependency-injection": "^5.0", "symfony/expression-language": "^5.0", "symfony/event-dispatcher": "^5.0", @@ -36,18 +36,18 @@ } }, "require-dev": { - "ezsystems/ezplatform-core": "^2.3@dev", - "ezsystems/doctrine-dbal-schema": "^1.0@dev", - "ezsystems/ez-support-tools": "^2.0@dev", - "ezsystems/ezplatform-design-engine": "^3.0@dev", - "ezsystems/ezplatform-http-cache": "^2.3@dev", - "ezsystems/ezplatform-richtext": "^2.0@dev", - "ezsystems/ezplatform-search": "^1.0@dev", - "ezsystems/ezplatform-user": "^2.0@dev", + "ezsystems/ezplatform-core": "^2.3", + "ezsystems/doctrine-dbal-schema": "^1.0", + "ezsystems/ez-support-tools": "^2.0", + "ezsystems/ezplatform-design-engine": "^3.0", + "ezsystems/ezplatform-http-cache": "^2.3", + "ezsystems/ezplatform-richtext": "^2.0", + "ezsystems/ezplatform-search": "^1.0", + "ezsystems/ezplatform-user": "^2.0", "phpspec/phpspec": "^7.1", "ezsystems/ezplatform-code-style": "^0.1.0", "friendsofphp/php-cs-fixer": "^2.16.0", - "ibexa/ci-scripts": "^0.1@dev" + "ibexa/ci-scripts": "^0.1" }, "scripts": { "fix-cs": "php-cs-fixer --ansi fix -v --show-progress=estimating", @@ -62,4 +62,4 @@ "dev-2.1": "2.3.x-dev" } } -} +} \ No newline at end of file