{ "name": "michel/vardumper", "description": "A lightweight and versatile PHP library for debugging and inspecting variables with customizable output formats.", "type": "library", "license": "MIT", "authors": [ { "name": "F. Michel" } ], "autoload": { "psr-4": { "Michel\\Debug\\": "src", "Test\\Michel\\Debug\\": "tests" }, "files": [ "functions/helpers.php" ] }, "require": { "php": ">=7.4", "ext-json": "*" }, "require-dev": { "michel/unitester": "^1.0.0" } }