igaster / laravel-theme

Theme support for Laravel
MIT License
516 stars 110 forks source link

Laravel 5.6 support #85

Closed appdezign closed 6 years ago

appdezign commented 6 years ago

When I try to upgrade to Laravel 5.6, I get an error because of a dependency in laravel-theme:

"require": { "illuminate/contracts": "5.4.|5.5." }, `

igaster commented 6 years ago

Hello, I will upgrade it today!

On Fri, Feb 9, 2018 at 4:13 PM, Sybrand Hoeksma notifications@github.com wrote:

When I try to upgrade to Laravel 5.6, I get an error because of a dependency in laravel-theme:

"require": { "illuminate/contracts": "5.4.|5.5." }, `

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/igaster/laravel-theme/issues/85, or mute the thread https://github.com/notifications/unsubscribe-auth/AEX7TyHOe7VJvx6eE_PNm7LpypXW5bMGks5tTFJzgaJpZM4R_-q- .

igaster commented 6 years ago

Fixed. It will grab v2.0.6+ for Laravel 5.6 now