laravel / tinker

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

Update PsySH dependency to v0.12 #170

Closed bobthecow closed 10 months ago

bobthecow commented 10 months ago

Tested locally against 2.x, confirmed support with upcoming PHP-Parser 5.x.

This shouldn't break backwards compatibility in any way, as the major change was dropping support for PHP versions so old that Laravel hasn't thought about them in years :)

GrahamCampbell commented 10 months ago

This is already done on the develop branch, FYI.

driesvints commented 10 months ago

Thanks @bobthecow. I think we can safely do this with this PR but need @nunomaduro to confirm since he worked on those changes on develop.

bobthecow commented 10 months ago

Y'all use develop for next major version, not backwards compatible changes, right?

driesvints commented 10 months ago

@bobthecow correct

driesvints commented 10 months ago

Thanks!