We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c381de5 commit fa4c6a4Copy full SHA for fa4c6a4
composer.json
@@ -71,6 +71,9 @@
71
"test": "co-phpunit -c phpunit.xml --colors=always",
72
"cs-fix": "php-cs-fixer fix $1",
73
"analyse": "phpstan analyse --memory-limit 300M -l 0 -c phpstan.neon ./app ./config",
74
- "start": "php ./bin/hyperf.php start"
+ "start": [
75
+ "Composer\\Config::disableProcessTimeout",
76
+ "php ./bin/hyperf.php start"
77
+ ]
78
}
79
0 commit comments