Skip to content

Commit 34cb8c7

Browse files
committed
avoid process timeout when starting dev server from composer
1 parent aeb4bb0 commit 34cb8c7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"config": {
3030
"platform": {
3131
"php": "8.2"
32-
}
32+
},
33+
"process-timeout": 0
3334
},
3435
"require-dev": {
3536
"squizlabs/php_codesniffer": "^3.10",

0 commit comments

Comments
 (0)