Skip to content

Commit 2f6725a

Browse files
committed
Update dependencies
1 parent f64d5d3 commit 2f6725a

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 2.1.2
2+
3+
- Update deps
4+
5+
# 2.1.1
6+
7+
- Emit socket errors instead of throwing
8+
9+
# 2.1.0
10+
11+
- Added websocket ping keepalive
12+
113
# 2.0.0
214

315
- Updated react libraries (http/http-client)

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
]
3838
},
3939
"require": {
40-
"react/http": "^0.7.3",
40+
"react/http": "^0.7.3 | ^0.8",
4141
"react/http-client": "^0.5.3",
42-
"voryx/event-loop": "^2.0",
42+
"voryx/event-loop": "^2.0.2",
4343
"ratchet/rfc6455": "^0.2.2",
44-
"reactivex/rxphp": "^2.0"
44+
"reactivex/rxphp": "^2.0.1"
4545
},
4646
"require-dev": {
4747
"phpunit/phpunit": "~5.7.0"

0 commit comments

Comments
 (0)