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 09509b6 commit 2738493Copy full SHA for 2738493
composer.json
@@ -5,9 +5,18 @@
5
"homepage": "https://openmix.org/mix-php",
6
"license": "Apache-2.0",
7
"scripts": {
8
- "swoole:start": "php bin/swoole.php",
9
- "swooleco:start": "php bin/swooleco.php",
10
- "cli:clearcache": "php bin/cli.php clearcache"
+ "swoole:start": [
+ "Composer\\Config::disableProcessTimeout",
+ "php bin/swoole.php"
11
+ ],
12
+ "swooleco:start": [
13
14
+ "php bin/swooleco.php"
15
16
+ "cli:clearcache": [
17
18
+ "php bin/cli.php clearcache"
19
+ ]
20
},
21
"autoload": {
22
"psr-4": {
0 commit comments