Skip to content

Commit

Permalink
[composer] Set dependencies for 3.1.3 release + .lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Oct 1, 2020
1 parent 1f3d26e commit 1625823
Show file tree
Hide file tree
Showing 5 changed files with 23,716 additions and 26 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@
/public/.htaccess

composer.phar
composer.lock
symfony.lock
yarn.lock
.buildpath
.project
.settings/
Expand Down
46 changes: 23 additions & 23 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,25 @@
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/doctrine-migrations-bundle": "^3.0",
"ezsystems/doctrine-dbal-schema": "~1.0.0@dev",
"ezsystems/ez-support-tools": "~2.1.0@dev",
"ezsystems/ezplatform-admin-ui": "~2.1.0@dev",
"ezsystems/ezplatform-admin-ui-assets": "~5.1.0@beta",
"ezsystems/ezplatform-content-forms": "~1.1.0@dev",
"ezsystems/ezplatform-core": "~2.1.0@dev",
"ezsystems/ezplatform-cron": "~3.0.0@dev",
"ezsystems/ezplatform-design-engine": "~3.0.0@dev",
"ezsystems/ezplatform-graphql": "~2.1.0@dev",
"ezsystems/ezplatform-http-cache": "~2.1.0@dev",
"ezsystems/ezplatform-kernel": "~1.1.0@dev",
"ezsystems/ezplatform-matrix-fieldtype": "~2.0.0@dev",
"ezsystems/ezplatform-query-fieldtype": "~2.1.0@dev",
"ezsystems/ezplatform-rest": "~1.1.0@dev",
"ezsystems/ezplatform-richtext": "~2.1.0@dev",
"ezsystems/ezplatform-search": "~1.0.0@dev",
"ezsystems/ezplatform-solr-search-engine": "~3.1.0@dev",
"ezsystems/ezplatform-standard-design": "~0.3.0@dev",
"ezsystems/ezplatform-user": "~2.1.0@dev",
"ezsystems/doctrine-dbal-schema": "~1.0.0",
"ezsystems/ez-support-tools": "~2.1.3",
"ezsystems/ezplatform-admin-ui": "~2.1.3",
"ezsystems/ezplatform-admin-ui-assets": "~5.1.1",
"ezsystems/ezplatform-content-forms": "~1.1.1",
"ezsystems/ezplatform-core": "~2.1.3",
"ezsystems/ezplatform-cron": "~3.0.1",
"ezsystems/ezplatform-design-engine": "~3.0.0",
"ezsystems/ezplatform-graphql": "~2.1.0",
"ezsystems/ezplatform-http-cache": "~2.1.2",
"ezsystems/ezplatform-kernel": "~1.1.3",
"ezsystems/ezplatform-matrix-fieldtype": "~2.0.1",
"ezsystems/ezplatform-query-fieldtype": "~2.1.0",
"ezsystems/ezplatform-rest": "~1.1.1",
"ezsystems/ezplatform-richtext": "~2.1.2",
"ezsystems/ezplatform-search": "~1.0.2",
"ezsystems/ezplatform-solr-search-engine": "~3.1.0",
"ezsystems/ezplatform-standard-design": "~0.3.0",
"ezsystems/ezplatform-user": "~2.1.1",
"friendsofsymfony/jsrouting-bundle": "^2.5",
"hautelook/templated-uri-bundle": "^3.2",
"knplabs/knp-menu-bundle": "^3.0",
Expand Down Expand Up @@ -74,10 +74,10 @@
"bex/behat-screenshot": "^2.1",
"dmore/behat-chrome-extension": "^1.3",
"dmore/chrome-mink-driver": "^2.7",
"ezsystems/allure-behat": "~3.1.0@dev",
"ezsystems/allure-php-api": "~3.1.0@dev",
"ezsystems/behat-screenshot-image-driver-cloudinary": "~1.1.0@dev",
"ezsystems/behatbundle": "~8.1.0@dev",
"ezsystems/allure-behat": "~3.1.2",
"ezsystems/allure-php-api": "~3.1.2",
"ezsystems/behat-screenshot-image-driver-cloudinary": "~1.1.1",
"ezsystems/behatbundle": "~8.1.3",
"liuggio/fastest": "^1.7",
"friends-of-behat/mink-browserkit-driver": "^1.4",
"friends-of-behat/mink-extension": "^2.4",
Expand Down
Loading

0 comments on commit 1625823

Please sign in to comment.