Skip to content

Commit 46c84e5

Browse files
authored
Merge pull request #54 from clue-labs/deps
Forward compatibility with ChildProcess v0.6
2 parents 02fcb73 + a3f28da commit 46c84e5

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)