Skip to content

Commit 2738493

Browse files
committed
feat: 启动命令增加Composer\Config::disableProcessTimeout
1 parent 09509b6 commit 2738493

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

composer.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,18 @@
55
"homepage": "https://openmix.org/mix-php",
66
"license": "Apache-2.0",
77
"scripts": {
8-
"swoole:start": "php bin/swoole.php",
9-
"swooleco:start": "php bin/swooleco.php",
10-
"cli:clearcache": "php bin/cli.php clearcache"
8+
"swoole:start": [
9+
"Composer\\Config::disableProcessTimeout",
10+
"php bin/swoole.php"
11+
],
12+
"swooleco:start": [
13+
"Composer\\Config::disableProcessTimeout",
14+
"php bin/swooleco.php"
15+
],
16+
"cli:clearcache": [
17+
"Composer\\Config::disableProcessTimeout",
18+
"php bin/cli.php clearcache"
19+
]
1120
},
1221
"autoload": {
1322
"psr-4": {

0 commit comments

Comments
 (0)