diff --git a/README.md b/README.md
index 424ab9f..ce72515 100644
--- a/README.md
+++ b/README.md
@@ -5,13 +5,13 @@
 | **Laravel**  |  **wordpress-auth-driver-laravel** |
 |---|---|
 | 5.2 to 5.5    | ^1.0  |
-| 5.6 to 7.8.x  | ^2.0  |
+| 5.6 to 8.x  | ^2.0  |
 
 ## Installation
 
 To install this package you will need
-  - Laravel `>= 5.6 && <= 7.8.x` ([for older versions of laravel](https://github.com/ahsankhatri/wordpress-auth-driver-laravel/tree/v1))
-  - PHP 7.1
+  - At least Laravel 5.6 ([for older versions of laravel](https://github.com/ahsankhatri/wordpress-auth-driver-laravel/tree/v1))
+  - PHP 7.1 (or depending on your Laravel version)
 
 The best way to install this package is with the help of composer. Run
 ```
diff --git a/composer.json b/composer.json
index f284463..1718c8d 100644
--- a/composer.json
+++ b/composer.json
@@ -14,7 +14,7 @@
     "require": {
         "php": "^7.1",
         "hautelook/phpass": ">=0.3",
-        "laravel/framework": ">=5.6 <7.9"
+        "laravel/framework": "^5.6|^6.0|^7.0|^8.0"
     },
     "autoload": {
         "psr-4": {