Skip to content

Commit f1b5a9b

Browse files
authored
Merge pull request #37 from clue-labs/compat
Forward compatibility with upcoming ReactPHP components
2 parents 6f87e6c + a14fe1b commit f1b5a9b

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
@@ -5,8 +5,8 @@
55
"license": "MIT",
66
"require": {
77
"php": ">=5.4.0",
8-
"react/socket": "0.8.*",
9-
"react/dns": "0.4.*"
8+
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
9+
"react/socket": "^1.0 || ^0.8"
1010
},
1111
"require-dev": {
1212
"phpunit/dbunit": "1.4.*",

0 commit comments

Comments
 (0)