This version is compatible with php 7.0, no other changes were made.
Original package repository: symfony/var-dumper
The VarDumper component provides mechanisms for walking through any arbitrary
PHP variable. It provides a better dump()
function that you can use instead
of var_dump()
.
Require this package with composer using the following command:
composer require phplegacy/symfony-var-dumper --dev