From f7f9df35644d8316c2895398ce0d056af4f1e236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Serwatka?= Date: Thu, 10 Dec 2020 20:21:04 +0100 Subject: [PATCH] [composer] Set dependencies for 1.3.0-beta1 release --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d75e5554..b0898067 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "ext-libxml": "*", "ext-simplexml": "*", "ext-xmlwriter": "*", - "ezsystems/ezplatform-kernel": "^1.3@dev", + "ezsystems/ezplatform-kernel": "^1.3", "symfony/http-kernel": "^5.0", "symfony/dependency-injection": "^5.0", "symfony/routing": "^5.0", @@ -34,7 +34,7 @@ "lexik/jwt-authentication-bundle": "^2.8" }, "require-dev": { - "ezsystems/doctrine-dbal-schema": "^1.0@dev", + "ezsystems/doctrine-dbal-schema": "^1.0", "ezsystems/ezplatform-code-style": "^0.1.0", "friendsofphp/php-cs-fixer": "^2.16.0", "phpunit/phpunit": "^8.5",