From 4800e83f7f9b7dee059de7ad9677763888a5a636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Serwatka?= Date: Tue, 21 Jul 2020 11:15:36 +0200 Subject: [PATCH] [composer] Set dependencies for 2.0.3 release --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index b6ec526..c8a56a7 100644 --- a/composer.json +++ b/composer.json @@ -17,8 +17,8 @@ }, "require": { "php": "^7.3", - "ezsystems/ezplatform-kernel": "~1.0.0@dev", - "ezsystems/ezplatform-admin-ui": "~2.0.0@dev", + "ezsystems/ezplatform-kernel": "~1.0.0", + "ezsystems/ezplatform-admin-ui": "~2.0.0", "jms/translation-bundle": "^1.5", "symfony/dependency-injection": "^5.0", "symfony/http-kernel": "^5.0", @@ -36,12 +36,12 @@ "twig/twig": "^3.0" }, "require-dev": { - "ezsystems/doctrine-dbal-schema": "~1.0.0@dev", - "ezsystems/ez-support-tools": "~2.0.0@dev", - "ezsystems/ezplatform-content-forms": "~1.0.0@dev", - "ezsystems/ezplatform-design-engine": "~3.0.0@dev", - "ezsystems/ezplatform-richtext": "~2.0.0@dev", - "ezsystems/ezplatform-rest": "~1.0.0@dev", + "ezsystems/doctrine-dbal-schema": "~1.0.0", + "ezsystems/ez-support-tools": "~2.0.0", + "ezsystems/ezplatform-content-forms": "~1.0.0", + "ezsystems/ezplatform-design-engine": "~3.0.0", + "ezsystems/ezplatform-richtext": "~2.0.0", + "ezsystems/ezplatform-rest": "~1.0.0", "friendsofphp/php-cs-fixer": "^2.16.0", "ezsystems/ezplatform-code-style": "^0.1.0", "phpunit/phpunit": "^8.2"