Skip to content

Commit

Permalink
Allow Composer plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
herndlm authored and ondrejmirtes committed Jan 6, 2022
1 parent d992449 commit 3468390
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build-cs/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
"consistence-community/coding-standard": "^3.10",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"slevomat/coding-standard": "^6.4"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit 3468390

Please sign in to comment.