From 867d2a90ac15d77b77a6916181794e9567f4666d Mon Sep 17 00:00:00 2001 From: Maciej Kobus Date: Thu, 28 Apr 2022 13:15:54 +0200 Subject: [PATCH] [composer] Set dependencies for 2.1.11 release. --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 5ad2cfe4..f31c94d0 100644 --- a/composer.json +++ b/composer.json @@ -11,11 +11,11 @@ ], "require": { "php": "^7.3 || ^8.0", - "ezsystems/doctrine-dbal-schema": "^1.0@dev", - "ezsystems/ezplatform-content-forms": "^1.3@dev", - "ezsystems/ezplatform-kernel": "^1.3@dev", - "ezsystems/ezplatform-rest": "^1.0@dev", - "ezsystems/ezplatform-richtext": "^2.3@dev", + "ezsystems/doctrine-dbal-schema": "^1.0", + "ezsystems/ezplatform-content-forms": "^1.3", + "ezsystems/ezplatform-kernel": "^1.3", + "ezsystems/ezplatform-rest": "^1.0", + "ezsystems/ezplatform-richtext": "^2.3", "guzzlehttp/guzzle": "~6.0", "ramsey/uuid": "^3.9", "symfony/framework-bundle": "^5.0", @@ -25,7 +25,7 @@ "require-dev": { "dg/bypass-finals": "^1.1", "ezsystems/ezplatform-code-style": "^0.4", - "ezsystems/ezplatform-http-cache": "^2.3@dev", + "ezsystems/ezplatform-http-cache": "^2.3", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^0.12.85", "phpstan/phpstan-phpunit": "^0.12.18", @@ -58,4 +58,4 @@ "config": { "sort-packages": true } -} +} \ No newline at end of file