File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1313 "require" : {
1414 "php" : " >=5.4" ,
1515 "psr/http-message" : " ^1.0" ,
16- "php-http/message-factory" : " ^1.0"
16+ "php-http/message-factory" : " ^1.0" ,
17+ "clue/stream-filter" : " ^1.3"
1718 },
1819 "require-dev" : {
1920 "zendframework/zend-diactoros" : " ^1.0" ,
2021 "guzzlehttp/psr7" : " ^1.0" ,
2122 "ext-zlib" : " *" ,
22- "clue/stream-filter" : " ^1.3" ,
2323 "phpspec/phpspec" : " ^2.4" ,
2424 "henrikbjorn/phpspec-code-coverage" : " ^1.0"
2525 },
2626 "suggest" : {
2727 "zendframework/zend-diactoros" : " Used with Diactoros Factories" ,
28- "guzzlehttp/psr7" : " Used with Guzzle PSR-7 Factories"
28+ "guzzlehttp/psr7" : " Used with Guzzle PSR-7 Factories" ,
29+ "ext-zlib" : " Used with compressor/decompressor streams"
2930 },
3031 "autoload" : {
3132 "psr-4" : {
You can’t perform that action at this time.
0 commit comments