Skip to content

Commit

Permalink
Adds allow-plugins section to composer.json file for compatibility wi…
Browse files Browse the repository at this point in the history
…th Composer 2.2.x
  • Loading branch information
hostep committed Dec 23, 2021
1 parent f69a8ee commit d242b33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@
],
"config": {
"preferred-install": "dist",
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"laminas/laminas-dependency-plugin": true,
"magento/composer-dependency-version-audit-plugin": true,
"magento/magento-composer-installer": true
}
},
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0",
Expand Down
5 changes: 1 addition & 4 deletions composer.lock

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

0 comments on commit d242b33

Please sign in to comment.