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 6348358 commit b5073f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Expand Up @@ -50,7 +50,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 b5073f0

Please sign in to comment.