Skip to content

Commit 511d5b1

Browse files
committed
Improve forwards compatibility with all supported versions
1 parent 77f9604 commit 511d5b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)