Skip to content

Commit 860b187

Browse files
authored
Merge pull request #28 from clue-labs/loop
Forward compatiblity with EventLoop v0.5 and upcoming v1.0
2 parents 310aed7 + 0e9ba79 commit 860b187

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@
1515
},
1616
"require": {
1717
"php": ">=5.3",
18-
"react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4 || ^0.3"
18+
"react/stream": "^1.0 || ^0.7"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^5.0 || ^4.8",
22-
"react/event-loop": "^0.4 || ^0.3",
23-
"react/stream": "^1.0 || ^0.7"
22+
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3"
2423
}
2524
}

0 commit comments

Comments
 (0)