Skip to content

Commit

Permalink
[composer] Set dependencies for 3.0.0-rc1 release + .lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Mar 24, 2020
1 parent 31f0d82 commit 889c5a2
Show file tree
Hide file tree
Showing 5 changed files with 23,431 additions and 28 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
50 changes: 25 additions & 25 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,26 @@
"php": "^7.3",
"ext-ctype": "*",
"ext-iconv": "*",
"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@beta",
"ezsystems/ezplatform-admin-ui-modules": "^2.0@dev",
"ezsystems/ezplatform-content-forms": "^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": "^2.0@dev",
"ezsystems/ezplatform-kernel": "^1.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/templated-uri-bundle": "^3.3@dev",
"ezsystems/doctrine-dbal-schema": "~1.0.0@rc",
"ezsystems/ez-support-tools": "~2.0.0@rc",
"ezsystems/ezplatform-admin-ui": "~2.0.0@rc",
"ezsystems/ezplatform-admin-ui-assets": "~5.0.0@rc",
"ezsystems/ezplatform-admin-ui-modules": "~2.0.0@rc",
"ezsystems/ezplatform-content-forms": "~1.0.0@rc",
"ezsystems/ezplatform-core": "~2.0.0@rc",
"ezsystems/ezplatform-cron": "~3.0.0@rc",
"ezsystems/ezplatform-design-engine": "~3.0.0@rc",
"ezsystems/ezplatform-graphql": "~2.0.0@rc",
"ezsystems/ezplatform-http-cache": "~2.0.0@rc",
"ezsystems/ezplatform-kernel": "~1.0.0@rc",
"ezsystems/ezplatform-matrix-fieldtype": "~2.0.0@rc",
"ezsystems/ezplatform-query-fieldtype": "~2.0.0@rc",
"ezsystems/ezplatform-rest": "~1.0.0@rc",
"ezsystems/ezplatform-richtext": "~2.0.0@rc",
"ezsystems/ezplatform-solr-search-engine": "~3.0.0@rc",
"ezsystems/ezplatform-standard-design": "~0.3.0@rc",
"ezsystems/ezplatform-user": "~2.0.0@rc",
"ezsystems/templated-uri-bundle": "~3.4.0",
"friendsofsymfony/jsrouting-bundle": "^2.5",
"knplabs/knp-menu-bundle": "^3.0",
"monolog/monolog": "^2.0",
Expand Down Expand Up @@ -74,11 +74,11 @@
"friends-of-behat/symfony-extension": "^2.1@beta",
"dmore/behat-chrome-extension": "^1.3",
"dmore/chrome-mink-driver": "^2.7",
"ezsystems/allure-behat": "^3.1@dev",
"ezsystems/allure-php-api": "^3.1@dev",
"ezsystems/behat-screenshot-image-driver-cloudinary": "^1.1@dev",
"ezsystems/behatbundle": "^8.0@dev",
"ezsystems/fastest": "^1.7",
"ezsystems/allure-behat": "~3.1.0@rc",
"ezsystems/allure-php-api": "~3.1.0",
"ezsystems/behat-screenshot-image-driver-cloudinary": "~1.1.1",
"ezsystems/behatbundle": "~8.0.0@rc",
"ezsystems/fastest": "~1.7.2",
"overblog/graphiql-bundle": "^0.2",
"symfony/debug-pack": "^1.0",
"symfony/maker-bundle": "^1.14",
Expand Down
Loading

0 comments on commit 889c5a2

Please sign in to comment.