alig96 / dd-legacy
Provides mechanisms for walking through any arbitrary PHP variable (for legacy projects)
1.1.0
2021-04-07 10:47 UTC
Requires
- php: >=5.3.3 <7.1.3
- symfony/var-dumper: <4.1.0
This package is auto-updated.
Last update: 2024-11-07 18:33:18 UTC
README
Summary
This library adds support for the Symfony (and other projects that use it such as Laravel) style dd
function to projects that depend on a PHP version from 5.3.3
to 7.1.3
.
If your project's PHP version is above 7.1.3
, then don't use this project. Require symfony/var-dumper
directly.
composer require alig96/dd-legacy
Compatibility
See test.md for more details about how these tests were conducted.
Notes
This project is a wrapper for symfony/var-dumper so please go contribute and support them for more great software.