shyim / var-dumper
This package is abandoned and no longer maintained.
No replacement package was suggested.
Symfony mechanism for exploring and dumping PHP variables
1.0.4
2018-11-06 15:03 UTC
Requires
- php: ^5.5.9|>=7.0.8
- symfony/polyfill-mbstring: ~1.0
- symfony/polyfill-php72: ~1.5
Requires (Dev)
- ext-iconv: *
- symfony/process: ~3.4|~4.0
- twig/twig: ~1.34|~2.4
Suggests
- ext-iconv: To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).
- ext-intl: To show region name in time zone dump
- symfony/console: To use the ServerDumpCommand and/or the bin/var-dump-server script
Conflicts
- phpunit/phpunit: <4.8.35|<5.4.3,>=5.0
Replaces
- symfony/var-dumper: 4.*