We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77b022 commit 58860f6Copy full SHA for 58860f6
1 file changed
composer.json
@@ -12,9 +12,9 @@
12
],
13
"require": {
14
"php": ">=5.3",
15
- "react/promise": "~1",
16
- "react/event-loop": "0.3.*",
17
- "react/child-process": "0.3.*"
+ "react/promise": "~2.0|~1.0",
+ "react/event-loop": "~0.4.0|~0.3.0",
+ "react/child-process": "~0.4.0|~0.3.0"
18
},
19
"autoload": {
20
"psr-4": { "Clue\\React\\Zenity\\": "src/" }
0 commit comments