Skip to content

Commit

Permalink
ci: add composer allow-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Mar 22, 2023
1 parent 862defe commit 3528113
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,10 @@
"phpunit/phpunit": "^7 || ^8 || ^9",
"phpstan/phpstan": "^0.12",
"wdes/coding-standard": "^3"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit 3528113

Please sign in to comment.