implement pid check and add install script
... | @@ -7,9 +7,10 @@ | ... | @@ -7,9 +7,10 @@ |
"ulrichsg/getopt-php": "^4.0", | "ulrichsg/getopt-php": "^4.0", | ||
"filp/whoops": "^2.14", | "filp/whoops": "^2.14", | ||
"monolog/monolog": "^1.9", | "monolog/monolog": "^1.9", | ||
"mossadal/math-parser": "^1.3", | |||
"ext-pcntl": "*", | "ext-pcntl": "*", | ||
"php": ">=7.4", | "ext-posix": "*", | ||
"mossadal/math-parser": "^1.3" | "php": ">=7.4" | ||
}, | }, | ||
"autoload": { | "autoload": { | ||
"psr-4": { | "psr-4": { | ||
... | ... |
example-config.php
0 → 100644
install.sh
0 → 100755
Please register or sign in to comment