diff --git a/README.md b/README.md index 0247596..9521d99 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## Requirements -- **Laravel** versions 5.7, 6.x, 7.x, 8.x and 9.x +- **Laravel** versions 5.7, 6.x, 7.x, 8.x, 9.x, 10.x and 11.x - **PHP** 7.0 or greater ## Installation diff --git a/composer.json b/composer.json index 91fc88d..573c678 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "type": "library", "require": { "ext-json": "*", - "guzzlehttp/promises": "^1.3.1|^1.4" + "guzzlehttp/promises": "^1.3.1|^1.4|^2.0" }, "require-dev": { "mockery/mockery": "^0.9|^1.3",