Skip to content

Adds support for the Symfony style dd function to projects that depend on a PHP version from 5.3.3 to 7.1.3.

License

Notifications You must be signed in to change notification settings

Alig96/dd-legacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DD (Die and Dump) Legacy

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

PHP Version Tested & Supported
< 5.3
5.3.29
5.6.40
7.0.33
7.1.2
> 7.1.2 ❌ (See above comment)

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.

About

Adds support for the Symfony style dd function to projects that depend on a PHP version from 5.3.3 to 7.1.3.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages