Skip to content

Commit

Permalink
Composer allow-plugins (#65)
Browse files Browse the repository at this point in the history
* allow-plugins.symfony/thanks

* allow-plugins.dealerdirect/phpcodesniffer-composer-installer

* allow-plugins.phpstan/extension-installer
  • Loading branch information
jakub-groncki authored Jul 6, 2022
1 parent 2f5a195 commit 9023c20
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,12 @@
"vimeo/psalm": "^4.4.1"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"symfony/thanks": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true
}
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 9023c20

Please sign in to comment.