ytake / Laravel.Smarty

smarty template engine for laravel
MIT License
84 stars 24 forks source link

Support Laravel 8 and PHPUnit 9 updates #72

Closed JayBizzle closed 4 years ago

JayBizzle commented 4 years ago

I have updated to allow support for Laravel 8.

Laravel 8 now requires PHPUnit 9. Some of the required changes to the tests are not backward compatible with PHPUnit 8, so I suggest releasing a new major version of this package v5.0.0.

This supersedes #71 which doesn't allow for the PHPUnit 9 update.

Thanks 👍

JayBizzle commented 4 years ago

Not sure why Travis hasn't been triggered for this PR?

JayBizzle commented 4 years ago

@ytake wondering if/when you may get a chance to review this PR. Thanks 👍

ytake commented 4 years ago

thanks 👍

JayBizzle commented 4 years ago

Awesome 👍🏻