Skip to content

Commit 97806cf

Browse files
committed
Fix(test) : add option to composer to allow plugins
This fix github action test env. Signed-off-by: Yann 'Ze' Richard <[email protected]>
1 parent 1fb2bdd commit 97806cf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
"preferred-install": {
2525
"*": "dist"
2626
},
27-
"sort-packages": true
27+
"sort-packages": true,
28+
"allow-plugins": {
29+
"dealerdirect/phpcodesniffer-composer-installer": true
30+
}
2831
},
2932
"support": {
3033
"issues": "https://github.com/DSI-Universite-Rennes2/php-pwned-passwords/issues",

0 commit comments

Comments
 (0)