Skip to content

Commit d381023

Browse files
authored
Require php-stream-filter 1.4
This will avoid some bugs in 1.3. This will fix #78
1 parent 4b777b6 commit d381023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"php": ">=5.4",
1515
"psr/http-message": "^1.0",
1616
"php-http/message-factory": "^1.0.2",
17-
"clue/stream-filter": "^1.3"
17+
"clue/stream-filter": "^1.4"
1818
},
1919
"provide": {
2020
"php-http/message-factory-implementation": "1.0"

0 commit comments

Comments
 (0)