Skip to content

Commit 58860f6

Browse files
committed
Support React v0.4 (while keeping BC)
1 parent d77b022 commit 58860f6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
],
1313
"require": {
1414
"php": ">=5.3",
15-
"react/promise": "~1",
16-
"react/event-loop": "0.3.*",
17-
"react/child-process": "0.3.*"
15+
"react/promise": "~2.0|~1.0",
16+
"react/event-loop": "~0.4.0|~0.3.0",
17+
"react/child-process": "~0.4.0|~0.3.0"
1818
},
1919
"autoload": {
2020
"psr-4": { "Clue\\React\\Zenity\\": "src/" }

0 commit comments

Comments
 (0)