diff --git a/README.md b/README.md index f52bbc9e..712a829e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Tenancy -[![Laravel 5.8](https://img.shields.io/badge/laravel-5.8-red.svg)](https://laravel.com) +[![Laravel 5.7](https://img.shields.io/badge/laravel-5.7-red.svg)](https://laravel.com) [![Latest Stable Version](https://poser.pugx.org/stancl/tenancy/version)](https://packagist.org/packages/stancl/tenancy) [![Travis CI build](https://travis-ci.com/stancl/tenancy.svg?branch=master)](https://travis-ci.com/stancl/tenancy) [![codecov](https://codecov.io/gh/stancl/tenancy/branch/master/graph/badge.svg)](https://codecov.io/gh/stancl/tenancy) @@ -25,8 +25,6 @@ composer require stancl/tenancy This package follows [semantic versioning 2.0.0](https://semver.org). Each major release will have its own branch, so that bug fixes can be provided for older versions as well. -Supported versions of Laravel are 5.7 and 5.8. - ### Configuring the `InitializeTenancy` middleware The `TenancyServiceProvider` automatically adds the `tenancy` middleware group which can be assigned to routes. You only need to make sure the middleware is top priority. diff --git a/composer.json b/composer.json index 8af588ec..748b1b24 100644 --- a/composer.json +++ b/composer.json @@ -10,12 +10,12 @@ } ], "require": { - "illuminate/support": "^5.8", + "illuminate/support": "^5.7", "webpatser/laravel-uuid": "^3.0" }, "require-dev": { - "orchestra/testbench": "~3.8", - "laravel/framework": "5.8.*", + "orchestra/testbench": "~3.0", + "laravel/framework": "5.7.*", "vlucas/phpdotenv": "^2.2", "psy/psysh": "@stable", "league/flysystem-aws-s3-v3": "~1.0"