Skip to content

Commit

Permalink
[composer] Set dependencies for 3.0.1 release + .lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Apr 10, 2020
1 parent a8eb65c commit 0ff722e
Show file tree
Hide file tree
Showing 5 changed files with 25,406 additions and 36 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
66 changes: 33 additions & 33 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,34 +17,34 @@
"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@beta",
"ezsystems/ezplatform-calendar": "^1.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-ee-installer": "^3.0@dev",
"ezsystems/ezplatform-form-builder": "^2.0@dev",
"ezsystems/ezplatform-graphql": "^2.0@dev",
"ezsystems/ezplatform-http-cache": "^2.0@dev",
"ezsystems/ezplatform-http-cache-fastly": "^2.0@dev",
"ezsystems/ezplatform-kernel": "^1.0@dev",
"ezsystems/ezplatform-matrix-fieldtype": "^2.0@dev",
"ezsystems/ezplatform-page-builder": "^2.0@dev",
"ezsystems/ezplatform-page-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-site-factory": "^1.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-version-comparison": "^1.0@dev",
"ezsystems/ezplatform-workflow": "^2.0@dev",
"ezsystems/date-based-publisher": "~4.0.1",
"ezsystems/doctrine-dbal-schema": "~1.0.0",
"ezsystems/ez-support-tools": "~2.0.0",
"ezsystems/ezplatform-admin-ui": "~2.0.1",
"ezsystems/ezplatform-admin-ui-assets": "~5.0.0",
"ezsystems/ezplatform-calendar": "~1.0.1",
"ezsystems/ezplatform-content-forms": "~1.0.1",
"ezsystems/ezplatform-core": "~2.0.1",
"ezsystems/ezplatform-cron": "~3.0.0",
"ezsystems/ezplatform-design-engine": "~3.0.0",
"ezsystems/ezplatform-ee-installer": "~3.0.1",
"ezsystems/ezplatform-form-builder": "~2.0.1",
"ezsystems/ezplatform-graphql": "~2.0.0",
"ezsystems/ezplatform-http-cache": "~2.0.0",
"ezsystems/ezplatform-http-cache-fastly": "~2.0.0",
"ezsystems/ezplatform-kernel": "~1.0.1",
"ezsystems/ezplatform-matrix-fieldtype": "~2.0.0",
"ezsystems/ezplatform-page-builder": "~2.0.1",
"ezsystems/ezplatform-page-fieldtype": "~2.0.1",
"ezsystems/ezplatform-query-fieldtype": "~2.0.1",
"ezsystems/ezplatform-rest": "~1.0.0",
"ezsystems/ezplatform-richtext": "~2.0.1",
"ezsystems/ezplatform-site-factory": "~1.0.1",
"ezsystems/ezplatform-solr-search-engine": "~3.0.0",
"ezsystems/ezplatform-standard-design": "~0.3.0",
"ezsystems/ezplatform-user": "~2.0.0",
"ezsystems/ezplatform-version-comparison": "~1.0.0",
"ezsystems/ezplatform-workflow": "~2.0.1",
"hautelook/templated-uri-bundle": "^3.2",
"friendsofsymfony/jsrouting-bundle": "^2.5",
"gregwar/captcha-bundle": "^2.0",
Expand Down Expand Up @@ -86,13 +86,13 @@
"bex/behat-screenshot": "^2.1",
"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/allure-behat": "~3.1.1",
"ezsystems/allure-php-api": "~3.1.1",
"ezsystems/behat-screenshot-image-driver-cloudinary": "~1.1.1",
"ezsystems/behatbundle": "~8.0.1",
"ezsystems/fastest": "^1.7",
"friends-of-behat/mink-extension": "^2.4",
"friends-of-behat/symfony-extension": "^2.1@beta",
"friends-of-behat/symfony-extension": "^2.1",
"overblog/graphiql-bundle": "^0.2",
"phpunit/phpunit": "^8.2",
"symfony/debug-pack": "^1.0",
Expand Down
Loading

0 comments on commit 0ff722e

Please sign in to comment.