igaster/laravel-theme

Laravel 5.7 support

Closed this issue · 4 comments

igaster/laravel-theme v2.0.7 requires illuminate/contracts 5.4.*|5.5.*|5.6.*

have the same problem. is there already a solution for this?

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

Hello, support for L5.7 is now on latest stable version! You may ignore my previous message.

Thank you!

Thanks for the update!