Skip to content

Commit

Permalink
Merge pull request #488 from ergebnis/fix/allow-plugins
Browse files Browse the repository at this point in the history
Fix: Allow composer plugin
  • Loading branch information
localheinz committed Dec 30, 2021
2 parents 3f69752 + 513c8c3 commit 16fbeae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -53,7 +53,8 @@
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"ergebnis/composer-normalize": true
"ergebnis/composer-normalize": true,
"infection/extension-installer": true
},
"platform": {
"php": "7.4.26"
Expand Down

0 comments on commit 16fbeae

Please sign in to comment.