![]() 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/leezy/pheanstalk-bundle/ |
{ "name": "leezy/pheanstalk-bundle", "description": "The LeezyPheanstalkBundle is a Symfony Bundle that provides a command line interface for manage the Beanstalkd workqueue server & a pheanstalk integration.", "keywords": ["symfony", "beanstalkd", "bundle", "pheanstalk", "queueing", "messaging", "asynchronous"], "type": "symfony-bundle", "homepage": "https://github.com/armetiz/LeezyPheanstalkBundle", "license": "MIT", "authors": [{ "name" : "Thomas Tourlourat", "email" : "[email protected]", "homepage": "http://www.armetiz.info" }], "config": { "sort-packages": true }, "require": { "php": ">=7.2.0", "pda/pheanstalk": "^4", "psr/log": "^1", "symfony/console": "^3|^4|^5", "symfony/framework-bundle": "^3|^4|^5" }, "require-dev": { "phpunit/phpunit": "^8|^9.5" }, "autoload": { "psr-4": { "Leezy\\PheanstalkBundle\\": "src/" } }, "autoload-dev": { "psr-4": { "Leezy\\PheanstalkBundle\\Tests\\": "tests/" } }, "config": { "bin-dir": "bin" }, "extra": { "branch-alias": { "dev-master": "4.x-dev" } } }