Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #522 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 Jan 3, 2022
2 parents d674554 + c7bf8a2 commit bcb0330
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
"vimeo/psalm": "^4.9.3"
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"ergebnis/composer-normalize": true,
"phpstan/extension-installer": true
},
"platform": {
"php": "7.2.33"
},
Expand Down
6 changes: 2 additions & 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 bcb0330

Please sign in to comment.