From 120c8ca978da405af12584c2232f54c5240f07f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Serwatka?= Date: Mon, 17 Sep 2018 21:26:10 +0200 Subject: [PATCH] [composer] Set dependencies for 1.3.0-beta1 release --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 0b5133cf40..9fa81fd60c 100644 --- a/composer.json +++ b/composer.json @@ -16,11 +16,11 @@ "php": ">=7.1", "symfony/symfony": "^3.4", "jms/translation-bundle": "^1.3.2", - "ezsystems/ezpublish-kernel": "^7.3@dev", - "ezsystems/repository-forms": "^2.3@dev", - "ezsystems/ezplatform-admin-ui-modules": "^1.3@dev", - "ezsystems/ez-support-tools": "^0.2@dev", - "ezsystems/ezplatform-design-engine": "^2.0@dev", + "ezsystems/ezpublish-kernel": "^7.3", + "ezsystems/repository-forms": "^2.3", + "ezsystems/ezplatform-admin-ui-modules": "^1.3", + "ezsystems/ez-support-tools": "^0.2", + "ezsystems/ezplatform-design-engine": "^2.0", "white-october/pagerfanta-bundle": "^1.1", "knplabs/knp-menu-bundle": "^2.1", "mck89/peast": "^1.8",