Skip to content

Commit 9ee9d6b

Browse files
paladoxJeroenDeDauw
authored andcommitted
Fix composer config
1 parent 822e3f9 commit 9ee9d6b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

composer.json

+7
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
"php-parallel-lint/php-console-highlighter": "1.0.0",
99
"php-parallel-lint/php-parallel-lint": "1.4.0"
1010
},
11+
"config": {
12+
"process-timeout": 0,
13+
"allow-plugins": {
14+
"composer/installers": true,
15+
"dealerdirect/phpcodesniffer-composer-installer": true
16+
}
17+
},
1118
"scripts": {
1219
"test": [
1320
"@analyze",

0 commit comments

Comments
 (0)