Skip to content

Commit 10f8373

Browse files
committed
Update react/http compatible versions
1 parent 33325a9 commit 10f8373

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
os:
1414
- ubuntu-20.04
1515
php:
16+
- 8.1
1617
- 8.0
1718
- 7.4
1819
- 7.3

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
]
3838
},
3939
"require": {
40-
"react/http": "^1",
40+
"react/http": "1.5.* | 1.6.* | 1.7.* | 1.8.*",
4141
"voryx/event-loop": "^3.0 || ^2.0.2",
4242
"ratchet/rfc6455": "^0.3",
4343
"reactivex/rxphp": "^2.0.1"

0 commit comments

Comments
 (0)