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