rcrowe / TwigBridge

Give the power of Twig to Laravel
MIT License
895 stars 165 forks source link

Support for Laravel 10 #427

Closed timrspratt closed 1 year ago

timrspratt commented 1 year ago

@barryvdh thanks for taking the time to review this and merge. Does this need tagging to 0.15.0 so it can be pulled into a Laravel 10 project as stable and not require the minimum-stability changing?

barryvdh commented 1 year ago

I've tagged it as 0.14.1 because it doesn't contain any other changes to 0.14.0. You could always require the branch-alias, eg 0.14.x@dev as the latest version, but it should be on packagist in a few minutes.