laravel / tinker

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

Sync develop with code from 2.x branch. #119

Closed crynobone closed 3 years ago

crynobone commented 3 years ago

This allows Testbench to properly require laravel/laravel 9.x on PHP 8.

GrahamCampbell commented 3 years ago

Shouldn't the original commits be kept?

crynobone commented 3 years ago

https://github.com/laravel/tinker/compare/develop...2.x

It has a merge conflict at the moment in few places

crynobone commented 3 years ago

See https://github.com/laravel/tinker/pull/120