Skip to content

Commit

Permalink
[composer] Set dependencies for 3.0.6 release + .lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Jul 21, 2020
1 parent 199e6b0 commit 1893f2c
Show file tree
Hide file tree
Showing 5 changed files with 23,517 additions and 25 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
44 changes: 22 additions & 22 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/doctrine-migrations-bundle": "^2.1",
"ezsystems/doctrine-dbal-schema": "~1.0.0@dev",
"ezsystems/ez-support-tools": "~2.0.0@dev",
"ezsystems/ezplatform-admin-ui": "~2.0.0@dev",
"ezsystems/ezplatform-admin-ui-assets": "~5.0.0@beta",
"ezsystems/ezplatform-content-forms": "~1.0.0@dev",
"ezsystems/ezplatform-core": "~2.0.0@dev",
"ezsystems/ezplatform-cron": "~3.0.0@dev",
"ezsystems/ezplatform-design-engine": "~3.0.0@dev",
"ezsystems/ezplatform-graphql": "~2.0.0@dev",
"ezsystems/ezplatform-http-cache": "~2.0.0@dev",
"ezsystems/ezplatform-kernel": "~1.0.0@dev",
"ezsystems/ezplatform-matrix-fieldtype": "~2.0.0@dev",
"ezsystems/ezplatform-query-fieldtype": "~2.0.0@dev",
"ezsystems/ezplatform-rest": "~1.0.0@dev",
"ezsystems/ezplatform-richtext": "~2.0.0@dev",
"ezsystems/ezplatform-solr-search-engine": "~3.0.0@dev",
"ezsystems/ezplatform-standard-design": "~0.3.0@dev",
"ezsystems/ezplatform-user": "~2.0.0@dev",
"ezsystems/doctrine-dbal-schema": "~1.0.0",
"ezsystems/ez-support-tools": "~2.0.1",
"ezsystems/ezplatform-admin-ui": "~2.0.5",
"ezsystems/ezplatform-admin-ui-assets": "~5.0.0",
"ezsystems/ezplatform-content-forms": "~1.0.2",
"ezsystems/ezplatform-core": "~2.0.6",
"ezsystems/ezplatform-cron": "~3.0.1",
"ezsystems/ezplatform-design-engine": "~3.0.0",
"ezsystems/ezplatform-graphql": "~2.0.1",
"ezsystems/ezplatform-http-cache": "~2.0.2",
"ezsystems/ezplatform-kernel": "~1.0.5",
"ezsystems/ezplatform-matrix-fieldtype": "~2.0.0",
"ezsystems/ezplatform-query-fieldtype": "~2.0.2",
"ezsystems/ezplatform-rest": "~1.0.2",
"ezsystems/ezplatform-richtext": "~2.0.6",
"ezsystems/ezplatform-solr-search-engine": "~3.0.3",
"ezsystems/ezplatform-standard-design": "~0.3.0",
"ezsystems/ezplatform-user": "~2.0.3",
"friendsofsymfony/jsrouting-bundle": "^2.5",
"hautelook/templated-uri-bundle": "^3.2",
"knplabs/knp-menu-bundle": "^3.0",
Expand Down Expand Up @@ -73,10 +73,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@dev",
"ezsystems/behatbundle": "~8.0.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.0.5",
"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 1893f2c

Please sign in to comment.