hipsterjazzbo / Landlord

A simple, single database multi-tenancy solution for Laravel 5.2+
MIT License
615 stars 138 forks source link

Support for L5.5 #71

Closed divdax closed 6 years ago

divdax commented 6 years ago

Laravel 5.5 is out! 😄 Please update Package!

markspolakovs commented 6 years ago

composer update in a Laravel 5.5 installation breaks due to Landlord requiring 5.4.

divdax commented 6 years ago

@HipsterJazzbo please update dependencies. See #72 😸

hakanersu commented 6 years ago

Until the PR merged you can add

"hipsterjazzbo/landlord": "dev-master"
"repositories": [
    {
        "type": "vcs",
        "url":  "git@github.com:rikvdlooi/Landlord.git"
    }
]