From d140050af7bdcb22153ff5c09ba54ab315b34d42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Fri, 23 Nov 2018 14:52:46 +0100 Subject: [PATCH] Set Composer dependencies for 2.3 branch (#340) --- composer.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index a72d4b1c..07f3dcfc 100644 --- a/composer.json +++ b/composer.json @@ -35,17 +35,17 @@ "doctrine/orm": "^2.5", "sensio/distribution-bundle": "^5.0.22", "incenteev/composer-parameter-handler": "^2.1.3", - "ezsystems/ezpublish-kernel": "^7.3@dev", - "ezsystems/repository-forms": "^2.3@dev", - "ezsystems/ezplatform-solr-search-engine": "^1.5@dev", - "ezsystems/ez-support-tools": "^0.2@dev", - "ezsystems/ezplatform-http-cache": "^0.8@dev", - "ezsystems/ezplatform-admin-ui": "^1.3@dev", - "ezsystems/ezplatform-admin-ui-modules": "^1.3@dev", + "ezsystems/ezpublish-kernel": "~7.3.2@dev", + "ezsystems/repository-forms": "~2.3.2@dev", + "ezsystems/ezplatform-solr-search-engine": "~1.5.4@dev", + "ezsystems/ez-support-tools": "~0.2.1@dev", + "ezsystems/ezplatform-http-cache": "~0.8.0@dev", + "ezsystems/ezplatform-admin-ui": "~1.3.2@dev", + "ezsystems/ezplatform-admin-ui-modules": "~1.3.1@dev", "ezsystems/ezplatform-admin-ui-assets": "^3.1@dev", - "ezsystems/ezplatform-design-engine": "^2.0@dev", - "ezsystems/ezplatform-standard-design": "^0.1@dev", - "ezsystems/ezplatform-cron": "^2.0@dev", + "ezsystems/ezplatform-design-engine": "~2.0.0@dev", + "ezsystems/ezplatform-standard-design": "~0.1.0@dev", + "ezsystems/ezplatform-cron": "~2.0.0@dev", "knplabs/knp-menu-bundle": "^2.2.1", "willdurand/js-translation-bundle": "^2.6.6", "friendsofsymfony/jsrouting-bundle": "^1.6.3", @@ -61,8 +61,8 @@ "behat/mink-goutte-driver": "^1.2.1", "behat/mink-selenium2-driver": "^1.3.1", "bex/behat-screenshot": "^1.2", - "ezsystems/behatbundle": "^6.5.3", - "ezsystems/behat-screenshot-image-driver-cloudinary": "^1.0", + "ezsystems/behatbundle": "~6.5.3", + "ezsystems/behat-screenshot-image-driver-cloudinary": "~1.0.0", "phpunit/phpunit": "^6.4.4", "sensio/generator-bundle": "^3.1.7", "symfony/phpunit-bridge": "^3.4.11"