Skip to content

Commit d80ba15

Browse files
add allow plugins to fix hanging composer docker container
1 parent 991c2f5 commit d80ba15

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,10 @@
3232
},
3333
"scripts": {
3434
"lint": "phpcs --standard=phpcs.xml"
35+
},
36+
"config": {
37+
"allow-plugins": {
38+
"dealerdirect/phpcodesniffer-composer-installer": true
39+
}
3540
}
3641
}

0 commit comments

Comments
 (0)