From c7698de4ae8f0974494597e1086a6b23a0ad2d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Serwatka?= Date: Fri, 5 Oct 2018 17:23:20 +0200 Subject: [PATCH] [composer] Set dependencies for 1.3.0 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",