From 184d4012100f8851e5094c942fdfc7b5dd88b968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Serwatka?= Date: Mon, 10 Dec 2018 22:07:21 +0100 Subject: [PATCH] [composer] Set dependencies for 1.4.0-beta1 release --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index e3174612f2..3a0aff2152 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.4@dev", - "ezsystems/repository-forms": "^2.4@dev", - "ezsystems/ezplatform-admin-ui-modules": "^1.4@dev", - "ezsystems/ez-support-tools": "^0.2@dev", - "ezsystems/ezplatform-design-engine": "^2.0@dev", + "ezsystems/ezpublish-kernel": "^7.4", + "ezsystems/repository-forms": "^2.4", + "ezsystems/ezplatform-admin-ui-modules": "^1.4", + "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",