Skip to content

Commit

Permalink
[composer] Set dependencies for 3.0.0-beta2 release + .lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Sep 30, 2019
1 parent f8fc712 commit f43a75e
Show file tree
Hide file tree
Showing 5 changed files with 23,580 additions and 31 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@
/public/.htaccess

composer.phar
composer.lock
symfony.lock
yarn.lock
.buildpath
.project
.settings/
Expand Down
56 changes: 28 additions & 28 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,32 +17,32 @@
"php": "^7.3",
"ext-ctype": "*",
"ext-iconv": "*",
"ezsystems/date-based-publisher": "^4.0@dev",
"ezsystems/doctrine-dbal-schema": "^1.0@dev",
"ezsystems/ez-support-tools": "^2.0@dev",
"ezsystems/ezplatform-admin-ui": "^2.0@dev",
"ezsystems/ezplatform-admin-ui-assets": "^5.0@dev",
"ezsystems/ezplatform-admin-ui-modules": "^2.0@dev",
"ezsystems/ezplatform-calendar": "^1.0@dev",
"ezsystems/ezplatform-core": "^2.0@dev",
"ezsystems/ezplatform-cron": "^3.0@dev",
"ezsystems/ezplatform-design-engine": "^3.0@dev",
"ezsystems/ezplatform-graphql": "^2.0@dev",
"ezsystems/ezplatform-http-cache": "^1.0@dev",
"ezsystems/ezplatform-ee-installer": "^3.0@dev",
"ezsystems/ezplatform-form-builder": "^2.0@dev",
"ezsystems/ezplatform-page-builder": "^2.0@dev",
"ezsystems/ezplatform-page-fieldtype": "^2.0@dev",
"ezsystems/ezplatform-matrix-fieldtype": "^2.0@dev",
"ezsystems/ezplatform-rest": "^1.0@dev",
"ezsystems/ezplatform-richtext": "^2.0@dev",
"ezsystems/ezplatform-solr-search-engine": "^3.0@dev",
"ezsystems/ezplatform-standard-design": "^0.3@dev",
"ezsystems/ezplatform-user": "^2.0@dev",
"ezsystems/ezplatform-workflow": "^2.0@dev",
"ezsystems/ezpublish-kernel": "^8.0@dev",
"ezsystems/flex-workflow": "^4.0@dev",
"ezsystems/repository-forms": "^3.0@dev",
"ezsystems/date-based-publisher": "~4.0.0@beta",
"ezsystems/doctrine-dbal-schema": "~1.0.0@beta",
"ezsystems/ez-support-tools": "~2.0.0@beta",
"ezsystems/ezplatform-admin-ui": "~2.0.0@beta",
"ezsystems/ezplatform-admin-ui-assets": "~5.0.0@alpha",
"ezsystems/ezplatform-admin-ui-modules": "~2.0.0@beta",
"ezsystems/ezplatform-calendar": "~1.0.0@beta",
"ezsystems/ezplatform-core": "~2.0.0@beta",
"ezsystems/ezplatform-cron": "~3.0.0@beta",
"ezsystems/ezplatform-design-engine": "~3.0.0@beta",
"ezsystems/ezplatform-graphql": "~2.0.0@beta",
"ezsystems/ezplatform-http-cache": "~1.0.0@beta",
"ezsystems/ezplatform-ee-installer": "~3.0.0@beta",
"ezsystems/ezplatform-form-builder": "~2.0.0@beta",
"ezsystems/ezplatform-page-builder": "~2.0.0@beta",
"ezsystems/ezplatform-page-fieldtype": "~2.0.0@beta",
"ezsystems/ezplatform-matrix-fieldtype": "~2.0.0@beta",
"ezsystems/ezplatform-rest": "~1.0.0@beta",
"ezsystems/ezplatform-richtext": "~2.0.0@beta",
"ezsystems/ezplatform-solr-search-engine": "~3.0.0@beta",
"ezsystems/ezplatform-standard-design": "~0.3.0@beta",
"ezsystems/ezplatform-user": "~2.0.0@beta",
"ezsystems/ezplatform-workflow": "~2.0.0@beta",
"ezsystems/ezpublish-kernel": "~8.0.0@beta",
"ezsystems/flex-workflow": "~4.0.0@beta",
"ezsystems/repository-forms": "~3.0.0@beta",
"friendsofsymfony/jsrouting-bundle": "^2.3",
"knplabs/knp-menu-bundle": "^2.2",
"php-http/guzzle6-adapter": "^2.0",
Expand Down Expand Up @@ -83,8 +83,8 @@
"bex/behat-screenshot": "^1.2",
"dmore/behat-chrome-extension": "^1.3",
"dmore/chrome-mink-driver": "^2.7",
"ezsystems/behat-screenshot-image-driver-cloudinary": "^1.1@dev",
"ezsystems/behatbundle": "^8.0@dev",
"ezsystems/behat-screenshot-image-driver-cloudinary": "~1.1.1",
"ezsystems/behatbundle": "~8.0.0@beta",
"liuggio/fastest": "^1.6",
"overblog/graphiql-bundle": "^0.1.2",
"symfony/debug-pack": "^1.0",
Expand Down
Loading

0 comments on commit f43a75e

Please sign in to comment.