![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/cartforge.co/vendor/seld/signal-handler/ |
{ "name": "seld/signal-handler", "description": "Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development", "keywords": ["unix", "posix", "signal", "sigint", "sigterm"], "type": "library", "license": "MIT", "authors": [ { "name": "Jordi Boggiano", "email": "[email protected]", "homepage": "http://seld.be" } ], "require": { "php": ">=7.2.0" }, "require-dev": { "phpunit/phpunit": "^7.5.20 || ^8.5.23", "psr/log": "^1 || ^2 || ^3", "phpstan/phpstan": "^1", "phpstan/phpstan-phpunit": "^1", "phpstan/phpstan-strict-rules": "^1.3", "phpstan/phpstan-deprecation-rules": "^1.0" }, "autoload": { "psr-4": { "Seld\\Signal\\": "src/" } }, "autoload-dev": { "psr-4": { "Seld\\Signal\\": "tests/" } }, "scripts": { "phpstan": "@php phpstan analyse", "test": "@php phpunit" }, "extra": { "branch-alias": { "dev-main": "2.x-dev" } } }