From ef5157fc30af67073c4534202fc0d660068a95c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Thu, 29 Oct 2020 14:51:00 +0100 Subject: [PATCH] [Composer] Set dependencies for 3.2 branch --- composer.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/composer.json b/composer.json index 1d2e003a..ecff3261 100644 --- a/composer.json +++ b/composer.json @@ -15,25 +15,25 @@ "ext-ctype": "*", "ext-iconv": "*", "doctrine/doctrine-migrations-bundle": "^3.0", - "ezsystems/doctrine-dbal-schema": "^1.0@dev", - "ezsystems/ez-support-tools": "^2.2@dev", - "ezsystems/ezplatform-admin-ui": "^2.2@dev", + "ezsystems/doctrine-dbal-schema": "~1.1.0@dev", + "ezsystems/ez-support-tools": "~2.2.0@dev", + "ezsystems/ezplatform-admin-ui": "~2.2.0@dev", "ezsystems/ezplatform-admin-ui-assets": "~5.2.0", - "ezsystems/ezplatform-content-forms": "^1.2@dev", - "ezsystems/ezplatform-core": "^2.2@dev", - "ezsystems/ezplatform-cron": "^3.1@dev", - "ezsystems/ezplatform-design-engine": "^3.1@dev", - "ezsystems/ezplatform-graphql": "^2.2@dev", - "ezsystems/ezplatform-http-cache": "^2.2@dev", - "ezsystems/ezplatform-kernel": "^1.2@dev", - "ezsystems/ezplatform-matrix-fieldtype": "^2.1@dev", - "ezsystems/ezplatform-query-fieldtype": "^2.2@dev", - "ezsystems/ezplatform-rest": "^1.2@dev", - "ezsystems/ezplatform-richtext": "^2.2@dev", - "ezsystems/ezplatform-search": "^1.1@dev", - "ezsystems/ezplatform-solr-search-engine": "^3.2@dev", - "ezsystems/ezplatform-standard-design": "^0.4@dev", - "ezsystems/ezplatform-user": "^2.2@dev", + "ezsystems/ezplatform-content-forms": "~1.2.0@dev", + "ezsystems/ezplatform-core": "~2.2.0@dev", + "ezsystems/ezplatform-cron": "~3.1.0@dev", + "ezsystems/ezplatform-design-engine": "~3.1.0@dev", + "ezsystems/ezplatform-graphql": "~2.2.0@dev", + "ezsystems/ezplatform-http-cache": "~2.2.0@dev", + "ezsystems/ezplatform-kernel": "~1.2.0@dev", + "ezsystems/ezplatform-matrix-fieldtype": "~2.1.0@dev", + "ezsystems/ezplatform-query-fieldtype": "~2.2.0@dev", + "ezsystems/ezplatform-rest": "~1.2.0@dev", + "ezsystems/ezplatform-richtext": "~2.2.0@dev", + "ezsystems/ezplatform-search": "~1.1.0@dev", + "ezsystems/ezplatform-solr-search-engine": "~3.2.0@dev", + "ezsystems/ezplatform-standard-design": "~0.4.0@dev", + "ezsystems/ezplatform-user": "~2.2.0@dev", "friendsofsymfony/jsrouting-bundle": "^2.5.1", "hautelook/templated-uri-bundle": "^3.3", "knplabs/knp-menu-bundle": "^3.0", @@ -75,10 +75,10 @@ "bex/behat-screenshot": "^2.1", "dmore/behat-chrome-extension": "^1.3", "dmore/chrome-mink-driver": "^2.7", - "ezsystems/allure-behat": "^3.2@dev", - "ezsystems/allure-php-api": "^3.2@dev", + "ezsystems/allure-behat": "~3.2.0@dev", + "ezsystems/allure-php-api": "~3.2.0@dev", "ezsystems/behat-screenshot-image-driver-cloudinary": "^1.1@dev", - "ezsystems/behatbundle": "^8.2@dev", + "ezsystems/behatbundle": "~8.2.0@dev", "liuggio/fastest": "^1.7", "friends-of-behat/mink-browserkit-driver": "^1.4", "friends-of-behat/mink-extension": "^2.4",