Skip to content

Commit

Permalink
Merge pull request #293 from localheinz/fix/allow-plugins
Browse files Browse the repository at this point in the history
Fix: Allow `ergebnis/composer-normalize` to run as `composer` plugin
  • Loading branch information
localheinz authored Jul 8, 2022
2 parents 3e08834 + eafcdae commit e4b7837
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"phpunit/phpunit": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
},
"sort-packages": true
},
"extra": {
Expand Down
49 changes: 23 additions & 26 deletions composer.lock

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

0 comments on commit e4b7837

Please sign in to comment.