diff --git a/README.md b/README.md index 587aa8b0..db218cfc 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This plugin helps you integrate your [Laravel](https://laravel.com/) WebApp with [Auth0](https://auth0.com/) to achieve Single Sign On with a few simple steps. -- Master targets Laravel 5.8 compatibility. +- Master targets Laravel 6 compatibility. - The 3.x branch (not maintained) targets Laravel 5.2 compatibility. - The 2.x branch (not maintained) targets Laravel 5.0 and 5.1 compatibility. - If you are working with an older version (Laravel 4.x), use version 1.0.* (not maintained) diff --git a/composer.json b/composer.json index b4c24c2d..82cca3fc 100644 --- a/composer.json +++ b/composer.json @@ -4,9 +4,9 @@ "license": "MIT", "require": { "php": ">=5.4.0", - "illuminate/support": "5.*", + "illuminate/support": "5.* | ^6.0", "auth0/auth0-php": "^5.1.0", - "illuminate/contracts": "5.*" + "illuminate/contracts": "5.* | ^6.0" }, "autoload": { "classmap": [