Skip to content

Commit

Permalink
Add allow-plugins to config section in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
devanych committed Feb 10, 2022
1 parent 45ce639 commit 074bb5d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Expand Up @@ -62,7 +62,11 @@
}
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"infection/extension-installer": true,
"composer/package-versions-deprecated": true
}
},
"scripts": {
"test": "phpunit --testdox --no-interaction",
Expand Down

0 comments on commit 074bb5d

Please sign in to comment.