ignition-tinker-tab
ignition-tinker-tab copied to clipboard
Add suport for tinker 2.x
Was trying to get the tinker tab working in Laravel 6, and I had recently updated tinker to v2.0.0 and it would not install due to tinker being on an "unsupported" version.
PR just adds support for the 2.x branch of tinker in composer.json as well as the 1.x branch.
Changelog for v2.0.0 drops support for older PHP and Symfony versions and allows for Laravel 7.