From 8efe752aabe5da1b062c71e37b8adfd9355a16d7 Mon Sep 17 00:00:00 2001 From: Maciej Kobus Date: Fri, 17 Feb 2023 13:03:38 +0100 Subject: [PATCH] [composer] Set dependencies for 2.3.14 release. --- composer.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index 5e44c2c..8e19c2c 100644 --- a/composer.json +++ b/composer.json @@ -15,10 +15,10 @@ "require": { "php": "^7.3 || ^8.0", "ext-dom": "*", - "ezsystems/ezplatform-kernel": "^1.3@dev", - "ezsystems/ezplatform-admin-ui": "^2.0@dev", - "ezsystems/ezplatform-rest": "^1.2@dev", - "ezsystems/ezplatform-richtext": "^2.0@dev", + "ezsystems/ezplatform-kernel": "^1.3", + "ezsystems/ezplatform-admin-ui": "^2.0", + "ezsystems/ezplatform-rest": "^1.2", + "ezsystems/ezplatform-richtext": "^2.0", "ibexa/graphql-php": "^0.13", "lexik/jwt-authentication-bundle": "^2.8", "overblog/graphql-bundle": "^0.13", @@ -33,14 +33,14 @@ "symfony/serializer": "^5.0" }, "require-dev": { - "ezsystems/doctrine-dbal-schema": "^1.0@dev", - "ezsystems/ez-support-tools": "^2.0@dev", - "ezsystems/ezplatform-content-forms": "^1.0@dev", - "ezsystems/ezplatform-core": "^2.3@dev", - "ezsystems/ezplatform-design-engine": "^3.0@dev", - "ezsystems/ezplatform-http-cache": "^2.3@dev", - "ezsystems/ezplatform-search": "^1.2@dev", - "ezsystems/ezplatform-user": "^2.0@dev", + "ezsystems/doctrine-dbal-schema": "^1.0", + "ezsystems/ez-support-tools": "^2.0", + "ezsystems/ezplatform-content-forms": "^1.0", + "ezsystems/ezplatform-core": "^2.3", + "ezsystems/ezplatform-design-engine": "^3.0", + "ezsystems/ezplatform-http-cache": "^2.3", + "ezsystems/ezplatform-search": "^1.2", + "ezsystems/ezplatform-user": "^2.0", "overblog/graphiql-bundle": "^0.2", "phpspec/phpspec": "^7.1", "friendsofphp/php-cs-fixer": "^2.16.0", @@ -73,4 +73,4 @@ "check-cs": "@fix-cs --dry-run", "test": "phpspec run --format=pretty" } -} +} \ No newline at end of file