Skip to content

Commit

Permalink
Allow auto-installation of phpcs rulesets
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jul 4, 2022
1 parent 0e898ef commit f13d22a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions composer.json
Expand Up @@ -41,6 +41,10 @@
"vimeo/psalm": "^4.23.0"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"infection/extension-installer": false
},
"sort-packages": true
},
"replace": {
Expand Down

0 comments on commit f13d22a

Please sign in to comment.