Skip to content

Commit

Permalink
DD#0000: feat: Magento2: Add support for preload keys
Browse files Browse the repository at this point in the history
- Also updated to remove the config set and instead manually add the hocks to your deployer file
- And move var-exporter into the main composer require
- #3453 (comment)
  • Loading branch information
valguss committed Apr 6, 2023
1 parent f075f88 commit a3cc755
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 134 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"symfony/polyfill-php80": "^1.22",
"symfony/polyfill-php81": "^1.26",
"symfony/process": "^5",
"symfony/var-exporter": "^5.4",
"symfony/yaml": "^5"
},
"require-dev": {
Expand All @@ -58,8 +59,7 @@
"phpunit/php-code-coverage": "^9.2",
"phpunit/phpunit": "^9.3",
"slevomat/coding-standard": "^7.0",
"squizlabs/php_codesniffer": "^3.5",
"symfony/var-exporter": "^5.4"
"squizlabs/php_codesniffer": "^3.5"
},
"config": {
"sort-packages": true,
Expand Down
148 changes: 74 additions & 74 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a3cc755

Please sign in to comment.