Laravel 5.7 support
Closed this issue · 4 comments
nabeelio commented
igaster/laravel-theme v2.0.7 requires illuminate/contracts 5.4.*|5.5.*|5.6.*
timopaul commented
have the same problem. is there already a solution for this?
igaster commented
Hello,
I need to test it with a fresh installation of L5.7 but I don't expect to find any problems.
If you wish to try it then you may (temporary) switch to the dev version with
igaster/laravel-theme": "dev-master@dev",
Also you might need to set
"minimum-stability": "dev",
"prefer-stable": true
It is OK, this will still pick the stable versions
igaster commented
Hello, support for L5.7 is now on latest stable version! You may ignore my previous message.
Thank you!
nabeelio commented
Thanks for the update!