Skip to content

Commit 270e197

Browse files
authored
Merge pull request #6 from johannschopplich/disable-composer-timeout
Disable composer timeout for serve script
2 parents c691cdc + 30650c2 commit 270e197

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@
2222
"getkirby/cms": "^3.0"
2323
},
2424
"scripts": {
25-
"start": "@php -S localhost:8000 kirby/router.php"
26-
},
25+
"start": [
26+
"Composer\\Config::disableProcessTimeout",
27+
"@php -S localhost:8000 kirby/router.php"
28+
]
29+
},
2730
"config": {
2831
"optimize-autoloader": true
2932
}

0 commit comments

Comments
 (0)