Skip to content

Commit 0b55c95

Browse files
authored
Merge pull request #52 from clue-labs/legacy-unbuffered
Update Stream dependency to work around SEGFAULT in legacy PHP < 5.4.28 and PHP < 5.5.12
2 parents 5c12f9b + 0e73355 commit 0b55c95

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
@@ -7,7 +7,7 @@
77
"php": ">=5.3.0",
88
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
99
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
10-
"react/stream": "^1.0 || ^0.7.2"
10+
"react/stream": "^1.0 || ^0.7.6"
1111
},
1212
"require-dev": {
1313
"phpunit/phpunit": "^5.0 || ^4.8.10",

0 commit comments

Comments
 (0)