We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f64d5d3 commit 2f6725aCopy full SHA for 2f6725a
CHANGELOG.md
@@ -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
13
# 2.0.0
14
15
- Updated react libraries (http/http-client)
composer.json
@@ -37,11 +37,11 @@
37
]
38
},
39
"require": {
40
- "react/http": "^0.7.3",
+ "react/http": "^0.7.3 | ^0.8",
41
"react/http-client": "^0.5.3",
42
- "voryx/event-loop": "^2.0",
+ "voryx/event-loop": "^2.0.2",
43
"ratchet/rfc6455": "^0.2.2",
44
- "reactivex/rxphp": "^2.0"
+ "reactivex/rxphp": "^2.0.1"
45
46
"require-dev": {
47
"phpunit/phpunit": "~5.7.0"
0 commit comments