laravel / tinker

Powerful REPL for the Laravel framework.
https://laravel.com/docs/artisan#tinker
MIT License
7.32k stars 130 forks source link

Support `symfony/var-dump` v6 for Laravel 9 #129

Closed crynobone closed 3 years ago

crynobone commented 3 years ago

Used to prepare integration tests for Laravel 9

bobthecow commented 3 years ago

This will probably require an update to psy/psysh first!

crynobone commented 3 years ago

@bobthecow develop branch dedicated for first-party package as preparation for next major version. It's not being used by end-user.

However, it would be great if psy/psysh can have a working branch for Symfony 6

bobthecow commented 3 years ago

That would be great. Wanna open a PR? 😉