From 9d3e2cd841aaa6f2f2c5ab04da3a8895b35423ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Mon, 21 Jan 2019 11:56:00 +0100 Subject: [PATCH] Set dependencies for 2.4 stable branch (#351) --- composer.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 97299774..a80b586d 100644 --- a/composer.json +++ b/composer.json @@ -27,18 +27,18 @@ "php": "^7.1", "doctrine/doctrine-bundle": "^1.9.1", "doctrine/orm": "^2.6.3", - "ezsystems/ez-support-tools": "^0.2@dev", - "ezsystems/ezplatform-admin-ui": "^1.4@dev", - "ezsystems/ezplatform-admin-ui-assets": "^3.1@dev", - "ezsystems/ezplatform-admin-ui-modules": "^1.4@dev", - "ezsystems/ezplatform-cron": "^2.0@dev", - "ezsystems/ezplatform-design-engine": "^2.0@dev", - "ezsystems/ezplatform-http-cache": "~0.8@dev", - "ezsystems/ezplatform-richtext": "^1.0@dev", - "ezsystems/ezplatform-solr-search-engine": "^1.5.4@dev", - "ezsystems/ezplatform-standard-design": "^0.1@dev", - "ezsystems/ezpublish-kernel": "^7.4@dev", - "ezsystems/repository-forms": "^2.4@dev", + "ezsystems/ez-support-tools": "~0.2.1@dev", + "ezsystems/ezplatform-admin-ui": "~1.4.0@dev", + "ezsystems/ezplatform-admin-ui-assets": "~3.1.0@dev", + "ezsystems/ezplatform-admin-ui-modules": "~1.4.0@dev", + "ezsystems/ezplatform-cron": "~2.0.0@dev", + "ezsystems/ezplatform-design-engine": "~2.0.0@dev", + "ezsystems/ezplatform-http-cache": "~0.8.0@dev", + "ezsystems/ezplatform-richtext": "~1.0.0@dev", + "ezsystems/ezplatform-solr-search-engine": "~1.5.4@dev", + "ezsystems/ezplatform-standard-design": "~0.1.0@dev", + "ezsystems/ezpublish-kernel": "~7.4.0@dev", + "ezsystems/repository-forms": "~2.4.0@dev", "friendsofsymfony/jsrouting-bundle": "^1.6.3", "incenteev/composer-parameter-handler": "^2.1.3", "knplabs/knp-menu-bundle": "^2.2.1", @@ -62,8 +62,8 @@ "behat/mink-selenium2-driver": "^1.3.1", "behat/symfony2-extension": "^2.1.5", "bex/behat-screenshot": "^1.2.7", - "ezsystems/behat-screenshot-image-driver-cloudinary": "^1.0.0", - "ezsystems/behatbundle": "^6.5.4", + "ezsystems/behat-screenshot-image-driver-cloudinary": "~1.0.0@dev", + "ezsystems/behatbundle": "~6.5.4@dev", "phpunit/phpunit": "^6.5.13", "sensio/generator-bundle": "^3.1.7", "symfony/phpunit-bridge": "^3.4.18"