Skip to content

Commit

Permalink
Merge pull request #206 from clue-labs/stable-dns
Browse files Browse the repository at this point in the history
Forward compatibility with upcoming stable DNS component
  • Loading branch information
jsor authored Jul 7, 2019
2 parents 4d49bd3 + 3b9d303 commit 1ca5104
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"require": {
"php": ">=5.3.0",
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
"react/dns": "^0.4.13",
"react/dns": "^1.0 || ^0.4.13",
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
"react/stream": "^1.1",
"react/promise": "^2.6.0 || ^1.2.1",
"react/promise-timer": "^1.4.0"
"react/promise-timer": "^1.4.0",
"react/stream": "^1.1"
},
"require-dev": {
"clue/block-react": "^1.2",
Expand Down

0 comments on commit 1ca5104

Please sign in to comment.