Skip to content

Commit

Permalink
[composer] Set dependencies for 3.0.0-beta4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Dec 23, 2019
1 parent 2ddbf9c commit 044e9e4
Show file tree
Hide file tree
Showing 5 changed files with 23,887 additions and 32 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@
/public/.htaccess

composer.phar
composer.lock
symfony.lock
yarn.lock
.buildpath
.project
.settings/
Expand Down
58 changes: 29 additions & 29 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,33 +17,33 @@
"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-query-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/ezplatform-content-forms": "^1.0@dev",
"ezsystems/ezplatform-content-comparison": "^1.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-query-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@beta",
"ezsystems/ezplatform-workflow": "~2.0.0@beta",
"ezsystems/ezpublish-kernel": "~8.0.0@beta",
"ezsystems/ezplatform-content-forms": "~1.0.0@beta",
"ezsystems/ezplatform-content-comparison": "~1.0.0@beta",
"friendsofsymfony/jsrouting-bundle": "^2.3",
"knplabs/knp-menu-bundle": "^2.2",
"monolog/monolog": "^1.25.2",
Expand Down Expand Up @@ -86,8 +86,8 @@
"dmore/behat-chrome-extension": "^1.3",
"dmore/chrome-mink-driver": "^2.7",
"ezsystems/allure-behat": "^3.0",
"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 044e9e4

Please sign in to comment.