Skip to content

Commit

Permalink
Merge pull request #426 from ergebnis/fix/allow-plugins
Browse files Browse the repository at this point in the history
Fix: Allow composer plugins
  • Loading branch information
localheinz committed Dec 27, 2021
2 parents efc268f + 0fc47ae commit d180afc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@
}
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"ergebnis/composer-normalize": true,
"phpstan/extension-installer": true
},
"platform": {
"php": "7.2.25"
},
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 d180afc

Please sign in to comment.