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 5912f73 commit f39b10a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Expand Up @@ -48,6 +48,10 @@
"test-watch": "phpunit-watcher watch"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"infection/extension-installer": true,
"composer/package-versions-deprecated": true
}
}
}

0 comments on commit f39b10a

Please sign in to comment.