phplegacy / symfony-var-dumper
Provides mechanisms for walking through any arbitrary PHP variable
v5.4.23
2023-05-16 12:47 UTC
Requires
- php: >=7.0.8
- symfony/polyfill-mbstring: ~1.0
- symfony/polyfill-php80: ^1.16
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: <5.4.3
- symfony/console: <4.4
README
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()
.
Installation
Require this package with composer using the following command:
composer require phplegacy/symfony-var-dumper --dev