Skip to content

Commit cefadf5

Browse files
committed
Merge pull request #56 from clue-labs/future-compat
Improve forward compatibility with all supported versions
2 parents 77f9604 + 511d5b1 commit cefadf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"require": {
77
"php": ">=5.3.3",
88
"guzzle/parser": "~2.8|~3.0",
9-
"react/socket-client": "0.3.*",
10-
"react/dns": "0.3.*"
9+
"react/socket-client": "^0.5 || ^0.4 || ^0.3",
10+
"react/dns": "^0.4 || ^0.3"
1111
},
1212
"autoload": {
1313
"psr-0": { "React\\HttpClient": "" }

0 commit comments

Comments
 (0)