Skip to content

Commit f2b5743

Browse files
committed
promise 2.0
1 parent 47938ef commit f2b5743

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Requirements
1010

11-
- **Laravel** versions 5.7, 6.x, 7.x, 8.x and 9.x
11+
- **Laravel** versions 5.7, 6.x, 7.x, 8.x, 9.x, 10.x and 11.x
1212
- **PHP** 7.0 or greater
1313

1414
## Installation

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"type": "library",
1717
"require": {
1818
"ext-json": "*",
19-
"guzzlehttp/promises": "^1.3.1|^1.4"
19+
"guzzlehttp/promises": "^1.3.1|^1.4|^2.0"
2020
},
2121
"require-dev": {
2222
"mockery/mockery": "^0.9|^1.3",

0 commit comments

Comments
 (0)