Skip to content

Commit

Permalink
Fix(test) : add option to composer to allow plugins
Browse files Browse the repository at this point in the history
This fix github action test env.

Signed-off-by: Yann 'Ze' Richard <[email protected]>
  • Loading branch information
Zeuh committed Aug 28, 2022
1 parent 1fb2bdd commit 97806cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
"preferred-install": {
"*": "dist"
},
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"support": {
"issues": "https://github.com/DSI-Universite-Rennes2/php-pwned-passwords/issues",
Expand Down

0 comments on commit 97806cf

Please sign in to comment.