Skip to content

Commit

Permalink
Allowlist Composer plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Feb 13, 2022
1 parent a0ea2f5 commit 7f2cebe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@
}
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/package-versions-deprecated": true
}
}
}

0 comments on commit 7f2cebe

Please sign in to comment.