We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33325a9 commit 10f8373Copy full SHA for 10f8373
.github/workflows/ci.yml
@@ -13,6 +13,7 @@ jobs:
13
os:
14
- ubuntu-20.04
15
php:
16
+ - 8.1
17
- 8.0
18
- 7.4
19
- 7.3
composer.json
@@ -37,7 +37,7 @@
37
]
38
},
39
"require": {
40
- "react/http": "^1",
+ "react/http": "1.5.* | 1.6.* | 1.7.* | 1.8.*",
41
"voryx/event-loop": "^3.0 || ^2.0.2",
42
"ratchet/rfc6455": "^0.3",
43
"reactivex/rxphp": "^2.0.1"
0 commit comments