Skip to content

Commit a3f28da

Browse files
committed
Forward compatibility with ChildProcess v0.6
1 parent 02fcb73 commit a3f28da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": ">=5.3",
15-
"react/child-process": "^0.5 || ^0.4 || ^0.3",
15+
"react/child-process": "^0.6 || ^0.5 || ^0.4 || ^0.3",
1616
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
1717
"react/promise": "~2.0|~1.0"
1818
},

0 commit comments

Comments
 (0)