Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/3.2' into 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Oct 29, 2020
2 parents 584f50f + ef5157f commit a977376
Showing 1 changed file with 40 additions and 37 deletions.
77 changes: 40 additions & 37 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,46 +11,49 @@
}
],
"repositories": [
{ "type": "composer", "url": "https://updates.ez.no/ttl" }
{
"type": "composer",
"url": "https://updates.ez.no/ttl"
}
],
"require": {
"php": "^7.3",
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/doctrine-migrations-bundle": "^3.0",
"ezsystems/date-based-publisher": "^4.2@dev",
"ezsystems/doctrine-dbal-schema": "^1.0@dev",
"ezsystems/ez-support-tools": "^2.2@dev",
"ezsystems/ezplatform-admin-ui": "^2.2@dev",
"ezsystems/date-based-publisher": "~4.2.0@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-calendar": "^1.2@dev",
"ezsystems/ezplatform-connector-dam": "^1.0@dev",
"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-ee-installer": "^3.2@dev",
"ezsystems/ezplatform-elastic-search-engine": "^1.1@dev",
"ezsystems/ezplatform-form-builder": "^2.2@dev",
"ezsystems/ezplatform-graphql": "^2.2@dev",
"ezsystems/ezplatform-http-cache": "^2.2@dev",
"ezsystems/ezplatform-http-cache-fastly": "^2.1@dev",
"ezsystems/ezplatform-kernel": "^1.2@dev",
"ezsystems/ezplatform-matrix-fieldtype": "^2.1@dev",
"ezsystems/ezplatform-page-builder": "^2.2@dev",
"ezsystems/ezplatform-page-fieldtype": "^2.2@dev",
"ezsystems/ezplatform-permissions": "^1.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-segmentation": "^1.0@dev",
"ezsystems/ezplatform-site-factory": "^1.2@dev",
"ezsystems/ezplatform-solr-search-engine": "^3.2@dev",
"ezsystems/ezplatform-standard-design": "^0.4@dev",
"ezsystems/ezplatform-user": "^2.2@dev",
"ezsystems/ezplatform-version-comparison": "^1.2@dev",
"ezsystems/ezplatform-workflow": "^2.2@dev",
"ezsystems/ezplatform-calendar": "~1.2.0@dev",
"ezsystems/ezplatform-connector-dam": "~1.0.0@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-ee-installer": "~3.2.0@dev",
"ezsystems/ezplatform-elastic-search-engine": "~1.1.0@dev",
"ezsystems/ezplatform-form-builder": "~2.2.0@dev",
"ezsystems/ezplatform-graphql": "~2.2.0@dev",
"ezsystems/ezplatform-http-cache": "~2.2.0@dev",
"ezsystems/ezplatform-http-cache-fastly": "~2.1.0@dev",
"ezsystems/ezplatform-kernel": "~1.2.0@dev",
"ezsystems/ezplatform-matrix-fieldtype": "~2.1.0@dev",
"ezsystems/ezplatform-page-builder": "~2.2.0@dev",
"ezsystems/ezplatform-page-fieldtype": "~2.2.0@dev",
"ezsystems/ezplatform-permissions": "~1.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-segmentation": "~1.0.0@dev",
"ezsystems/ezplatform-site-factory": "~1.2.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",
"ezsystems/ezplatform-version-comparison": "~1.2.0@dev",
"ezsystems/ezplatform-workflow": "~2.2.0@dev",
"friendsofsymfony/jsrouting-bundle": "^2.5.1",
"gregwar/captcha-bundle": "^2.0",
"hautelook/templated-uri-bundle": "^3.3",
Expand Down Expand Up @@ -93,14 +96,14 @@
"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",
"liuggio/fastest": "^1.7",
"ezsystems/behatbundle": "~8.2.0@dev",
"friends-of-behat/mink-browserkit-driver": "^1.4",
"friends-of-behat/mink-extension": "^2.4",
"friends-of-behat/symfony-extension": "^2.1",
"liuggio/fastest": "^1.7",
"overblog/graphiql-bundle": "^0.2",
"phpunit/phpunit": "^8.2",
"symfony/debug-pack": "^1.0",
Expand Down

0 comments on commit a977376

Please sign in to comment.