## [Unreleased](https://github.com/laravel/tinker/compare/v2.4.0...2.x)
## [v2.4.0 (2020-04-07)](https://github.com/laravel/tinker/compare/v2.3.0...v2.4.0)
- Forward input options to psysh ([#98](https://github.com/laravel/tinker/pull/98))
## [v2.3.0 (2020-03-17)](https://github.com/laravel/tinker/compare/v2.2.0...v2.3.0)
- Allow Laravel 8 ([#90](https://github.com/laravel/tinker/pull/90))
- Allow psy/psysh 0.10 ([#95](https://github.com/laravel/tinker/pull/95))
## [v2.2.0 (2020-02-05)](https://github.com/laravel/tinker/compare/v2.1.0...v2.2.0)
- Support vendor class aliasing ([#88](https://github.com/laravel/tinker/pull/88))
- Add `--execute` option to console command ([#89](https://github.com/laravel/tinker/pull/89))
## [v2.1.0 (2020-01-14)](https://github.com/laravel/tinker/compare/v2.0.0...v2.1.0)
- Add `HtmlString` caster ([#87](https://github.com/laravel/tinker/pull/87))
## [v2.0.0 (2019-11-26)](https://github.com/laravel/tinker/compare/v1.0.10...v2.0.0)
- Allow Laravel 7 ([#74](https://github.com/laravel/tinker/pull/74))
- Require PHP 7.2 as the new minimum version ([8d6104c](https://github.com/laravel/tinker/commit/8d6104cf50695e3f256d0389626c692e144d946b))
- Allow Symfony 5 ([49982fd](https://github.com/laravel/tinker/commit/49982fd563035025998efe7f32d005bc6da2ce0a))
- Laravel now only check for `DeferrableProvider` ([#81](https://github.com/laravel/tinker/pull/81))
- Drop support for old Psysh versions ([a05922f](https://github.com/laravel/tinker/commit/a05922fa3b959d92efd16defe8e30a9895a69727))