Skip to content

Commit

Permalink
Merge pull request #440 from greg0ire/allow-plugins
Browse files Browse the repository at this point in the history
Whitelist necessary plugin
  • Loading branch information
greg0ire committed Jul 1, 2022
2 parents 6c5e2a6 + 47fb9f9 commit 2f24477
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Expand Up @@ -27,7 +27,10 @@
"vimeo/psalm": "^4.10"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"autoload": {
"psr-4": { "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" }
Expand Down

0 comments on commit 2f24477

Please sign in to comment.