Skip to content

Commit

Permalink
Whitelist necessary plugin
Browse files Browse the repository at this point in the history
Not doing so results in the coding standard job to fail.
  • Loading branch information
greg0ire committed Jul 1, 2022
1 parent 6c5e2a6 commit 47fb9f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
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 47fb9f9

Please sign in to comment.