Skip to content

Commit 8bb0455

Browse files
committed
Forward compatibility with react/event-loop 1.0 and 0.5 while still supporting 0.4
1 parent 4089034 commit 8bb0455

2 files changed

Lines changed: 12 additions & 13 deletions

File tree

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)