From ff0bf9e28f285408ff8b5f93a8f67c56fd61030e Mon Sep 17 00:00:00 2001 From: MarceauKa Date: Tue, 3 Mar 2020 17:12:29 +0100 Subject: [PATCH] :bookmark: Laravel 7.x support --- changelog.md | 4 ++++ composer.json | 10 +++++----- readme.md | 10 +++++++++- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/changelog.md b/changelog.md index 925b444..8af8e19 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 1.6.0 + +- Laravel 7.x support + ## 1.5.2 - Update polymorphic relation [#18](https://github.com/404labfr/laravel-auth-checker/pull/18) diff --git a/composer.json b/composer.json index a89cf9a..81e8737 100644 --- a/composer.json +++ b/composer.json @@ -15,14 +15,14 @@ "laravel-plugin" ], "require": { - "php": "^7.2", - "laravel/framework": "^6.0", + "php": ">=7.2", + "laravel/framework": "^6.0 | ^7.0", "jenssegers/agent": "^2.6" }, "require-dev": { - "phpunit/phpunit": "^8.0", - "orchestra/testbench": "^4.0", - "orchestra/database": "^4.0" + "phpunit/phpunit": "^7.5 | ^8.0", + "orchestra/testbench": "^4.0 | ^5.0", + "orchestra/database": "^4.0 | ^5.0" }, "license": "MIT", "authors": [ diff --git a/readme.md b/readme.md index 4901ae1..e2c6227 100644 --- a/readme.md +++ b/readme.md @@ -19,9 +19,17 @@ ## Requirements -- Laravel 6.0 +- Laravel 6.x or 7.x - PHP >= 7.2 +### Laravel support + +| Version | Release | +|:-------------:|:-------------:| +| 6.x, 7.x | 1.6 | +| 5.8 | 1.2 | +| 5.7, 5.6 | 1.1 | + **See 1.2 branch for Laravel < 6** **See 1.1 branch for Laravel < 5.7**