Skip to content

Commit

Permalink
Allow phpcodesniffer-composer-installer (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Dec 27, 2024
1 parent ac5917c commit a2100f5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
"phpstan/phpstan": "^1.7",
"vimeo/psalm": "^4.23"
},
"config": {
"process-timeout": 0,
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"scripts": {
"test": [
"@analyze",
Expand Down

0 comments on commit a2100f5

Please sign in to comment.