Skip to content

Commit 3b9d303

Browse files
committed
Forward compatibility with upcoming stable DNS component
1 parent 4d49bd3 commit 3b9d303

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"require": {
77
"php": ">=5.3.0",
88
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
9-
"react/dns": "^0.4.13",
9+
"react/dns": "^1.0 || ^0.4.13",
1010
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
11-
"react/stream": "^1.1",
1211
"react/promise": "^2.6.0 || ^1.2.1",
13-
"react/promise-timer": "^1.4.0"
12+
"react/promise-timer": "^1.4.0",
13+
"react/stream": "^1.1"
1414
},
1515
"require-dev": {
1616
"clue/block-react": "^1.2",

0 commit comments

Comments
 (0)