Skip to content

Commit c6cd311

Browse files
authored
Merge pull request #35 from WyriHaximus-labs/event-loop-0.5-and-0.4
Forward compatibility with react/event-loop 1.0 and 0.5 while still supporting 0.4
2 parents 4089034 + 8bb0455 commit c6cd311

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": ">=5.4.0",
1414
"evenement/evenement": "^3.0 || ^2.0",
15-
"react/event-loop": "^0.4",
15+
"react/event-loop": "^1.0 || ^0.5 || ^0.4",
1616
"react/promise": "~2.2",
1717
"react/promise-stream": "^1.1",
1818
"react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4",

composer.lock

Lines changed: 11 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)