![]() 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/mautic.corals.io/vendor/pda/pheanstalk/ |
{ "name": "pda/pheanstalk", "type": "library", "description": "PHP client for beanstalkd queue", "keywords": ["beanstalkd"], "homepage": "https://github.com/pheanstalk/pheanstalk", "license": "MIT", "authors": [ { "name": "Paul Annesley", "email": "[email protected]", "homepage": "http://paul.annesley.cc/", "role": "Developer" }, { "name": "Sam Mousa", "email": "[email protected]", "role": "Maintainer" } ], "require": { "php": ">=7.1.0", "ext-mbstring": "*" }, "require-dev": { "phpunit/phpunit": "^7" }, "autoload": { "psr-4": { "Pheanstalk\\": "src/" } }, "scripts": { "phpunit": "docker-compose run --rm phpunit", "psalm": "@php vendor/bin/psalm --show-info=false src", "test": [ "@composer install", "@phpunit" ] } }