{ "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": "^5.0" }, "require-dev": { "phpunit/phpunit": "^9.3", "php-coveralls/php-coveralls": "^2.2", "psalm/phar": "5.21.1" }, "autoload": { "psr-4": { "Brick\\VarExporter\\": "src/" } }, "autoload-dev": { "psr-4": { "Brick\\VarExporter\\Tests\\": "tests/" } } }