Skip to content

Commit

Permalink
[composer] Set dependencies for 2.5.6 release + .lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Mar 3, 2021
1 parent fbae8db commit 27d08a6
Show file tree
Hide file tree
Showing 4 changed files with 20,297 additions and 36 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ web/fonts/
/web/.htaccess

composer.phar
composer.lock
yarn.lock
.buildpath
.project
.settings/
Expand Down
68 changes: 34 additions & 34 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,37 +32,37 @@
"php": "^7.1.3",
"doctrine/doctrine-bundle": "^1.9.1",
"doctrine/orm": "^2.6.3",
"ezsystems/date-based-publisher": "~3.2.5@dev",
"ezsystems/doctrine-dbal-schema": "~0.1.2@dev",
"ezsystems/ez-support-tools": "~1.0.4@dev",
"ezsystems/ezcommerce-base-design": "~2.5.0@dev",
"ezsystems/ezcommerce-erp-admin": "~2.5.0@dev",
"ezsystems/ezcommerce-order-history": "~2.5.0@dev",
"ezsystems/ezcommerce-price-engine": "~2.5.0@dev",
"ezsystems/ezcommerce-shop": "~v2.5.0@dev",
"ezsystems/ezplatform-admin-ui": "~1.5.9@dev",
"ezsystems/date-based-publisher": "~3.2.7",
"ezsystems/doctrine-dbal-schema": "~0.1.3",
"ezsystems/ez-support-tools": "~1.0.10",
"ezsystems/ezcommerce-base-design": "~2.5.3",
"ezsystems/ezcommerce-erp-admin": "~2.5.2",
"ezsystems/ezcommerce-order-history": "~2.5.2",
"ezsystems/ezcommerce-price-engine": "~2.5.1",
"ezsystems/ezcommerce-shop": "~2.5.5",
"ezsystems/ezplatform-admin-ui": "~1.5.17",
"ezsystems/ezplatform-admin-ui-assets": "~4.2.0",
"ezsystems/ezplatform-admin-ui-modules": "~1.5.9@dev",
"ezsystems/ezplatform-core": "~1.0.3@dev",
"ezsystems/ezplatform-cron": "~2.0.1@dev",
"ezsystems/ezplatform-design-engine": "~2.0.0@dev",
"ezsystems/ezplatform-ee-installer": "~2.5.3@dev",
"ezsystems/ezplatform-form-builder": "~1.2.6@dev",
"ezsystems/ezplatform-graphql": "~1.0.6@dev",
"ezsystems/ezplatform-http-cache": "~1.0.0@dev",
"ezsystems/ezplatform-http-cache-fastly": "~1.1.4@dev",
"ezsystems/ezplatform-matrix-fieldtype": "~1.0.4@dev",
"ezsystems/ezplatform-page-builder": "~1.3.9@dev",
"ezsystems/ezplatform-page-fieldtype": "~1.3.6@dev",
"ezsystems/ezplatform-richtext": "~1.1.6@dev",
"ezsystems/ezplatform-solr-search-engine": "~1.7.3@dev",
"ezsystems/ezplatform-standard-design": "~0.2.1@dev",
"ezsystems/ezplatform-user": "~1.0.5@dev",
"ezsystems/ezplatform-workflow": "~1.1.7@dev",
"ezsystems/ezpublish-kernel": "~7.5.7@dev",
"ezsystems/flex-workflow": "~3.2.4@dev",
"ezsystems/repository-forms": "~2.5.6@dev",
"ezsystems/symfony-tools": "~1.1.0@dev",
"ezsystems/ezplatform-admin-ui-modules": "~1.5.10",
"ezsystems/ezplatform-core": "~1.0.4",
"ezsystems/ezplatform-cron": "~2.0.4",
"ezsystems/ezplatform-design-engine": "~2.0.0",
"ezsystems/ezplatform-ee-installer": "~2.5.3",
"ezsystems/ezplatform-form-builder": "~1.2.11",
"ezsystems/ezplatform-graphql": "~1.0.8",
"ezsystems/ezplatform-http-cache": "~1.0.2",
"ezsystems/ezplatform-http-cache-fastly": "~1.1.4",
"ezsystems/ezplatform-matrix-fieldtype": "~1.0.7",
"ezsystems/ezplatform-page-builder": "~1.3.16",
"ezsystems/ezplatform-page-fieldtype": "~1.3.11",
"ezsystems/ezplatform-richtext": "~1.1.10",
"ezsystems/ezplatform-solr-search-engine": "~1.7.7",
"ezsystems/ezplatform-standard-design": "~0.2.2",
"ezsystems/ezplatform-user": "~1.0.7",
"ezsystems/ezplatform-workflow": "~1.1.11",
"ezsystems/ezpublish-kernel": "~7.5.15",
"ezsystems/flex-workflow": "~3.2.7",
"ezsystems/repository-forms": "~2.5.8",
"ezsystems/symfony-tools": "~1.1.2",
"friendsofsymfony/jsrouting-bundle": "^1.6.3",
"gregwar/captcha-bundle": "^2.0",
"incenteev/composer-parameter-handler": "^2.1.3",
Expand Down Expand Up @@ -95,10 +95,10 @@
"behat/mink-selenium2-driver": "^1.4.0",
"behat/symfony2-extension": "^2.1.5",
"bex/behat-screenshot": "^1.2.7",
"ezsystems/allure-behat": "^2.0@dev",
"ezsystems/allure-php-api": "^2.0@dev",
"ezsystems/behat-screenshot-image-driver-cloudinary": "^1.1.0@dev",
"ezsystems/behatbundle": "^7.0.3@dev",
"ezsystems/allure-behat": "~2.0.3",
"ezsystems/allure-php-api": "~2.0.1",
"ezsystems/behat-screenshot-image-driver-cloudinary": "~1.1.1",
"ezsystems/behatbundle": "~7.0.8",
"liuggio/fastest": "~1.6.0",
"overblog/graphiql-bundle": "^0.1.2",
"phpunit/phpunit": "^6.5.13",
Expand Down
Loading

0 comments on commit 27d08a6

Please sign in to comment.