From a279b63d8e33f60ca793564435213628293439e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Serwatka?= Date: Thu, 29 Oct 2020 11:46:10 +0100 Subject: [PATCH] [composer] Set dependencies for 2.1.3 release --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 4d4d1f53..189e3669 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ ], "require": { "php": ">=7.3", - "ezsystems/ezplatform-kernel": "~1.1.0@dev", - "ezsystems/ezplatform-rest": "^1.0@dev", + "ezsystems/ezplatform-kernel": "~1.1.0", + "ezsystems/ezplatform-rest": "^1.0", "friendsofsymfony/http-cache-bundle": "^2.8", "friendsofsymfony/http-cache": "^2.9", "symfony/http-foundation": "^5.0", @@ -27,7 +27,7 @@ "toflar/psr6-symfony-http-cache-store": "^2.2" }, "require-dev": { - "ezsystems/doctrine-dbal-schema": "^1.0@dev", + "ezsystems/doctrine-dbal-schema": "^1.0", "phpunit/phpunit": "^8.5", "matthiasnoback/symfony-dependency-injection-test": "^4.1", "phpspec/phpspec": "^6.1",