![]() 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/old/vendor/brick/varexporter/ |
{ "name": "brick/varexporter", "description": "A powerful alternative to var_export(), which can export closures and objects without __set_state()", "type": "library", "keywords": [ "var_export" ], "license": "MIT", "require": { "php": "^7.4 || ^8.0", "nikic/php-parser": "^4.0" }, "require-dev": { "phpunit/phpunit": "^8.5 || ^9.0", "php-coveralls/php-coveralls": "^2.2", "vimeo/psalm": "5.15.0" }, "autoload": { "psr-4": { "Brick\\VarExporter\\": "src/" } }, "autoload-dev": { "psr-4": { "Brick\\VarExporter\\Tests\\": "tests/" } } }