ytake / Laravel.Smarty

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

Fix required Illuminate versions #55

Closed JayBizzle closed 6 years ago

JayBizzle commented 6 years ago

Laravel doesn't follow SemVer, so Laravel 5.7 could have breaking changes that break this package, which ^5.5 in the composer.json would allow!

See here for more info https://medium.com/@vinkla/laravel-packages-and-semantic-versioning-f62dc5accee5

ytake commented 6 years ago

👍