![]() 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/theofidry/psysh-bundle/ |
{ "name": "theofidry/psysh-bundle", "type": "symfony-bundle", "description": "A port of the PHP REPL PsySH for Symfony.", "keywords": ["console", "psysh", "shell", "REPL", "symfony", "interactive"], "license": "MIT", "authors": [ { "name": "Adrian Palmer", "email": "[email protected]" }, { "name": "Théo FIDRY", "email": "[email protected]", "homepage": "https://github.com/theofidry" } ], "require": { "php": ">=7.3", "psy/psysh": "^0.10", "symfony/error-handler": "^5.0|^4.4", "symfony/expression-language": "^5.0|^4.4", "symfony/framework-bundle": "^5.0|^4.4" }, "require-dev": { "phpunit/phpunit": "^8.0", "symfony/symfony": "^5.0|^4.4" }, "autoload": { "psr-4": { "Fidry\\PsyshBundle\\": "src" }, "files": [ "src/psysh.php" ] }, "autoload-dev": { "psr-4": { "Fidry\\PsyshBundle\\": "tests" } }, "config": { "bin-dir": "bin", "sort-packages": true } }