Skip to content

Commit

Permalink
promise 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
recca0120 committed May 3, 2024
1 parent 47938ef commit f2b5743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f2b5743

Please sign in to comment.