Skip to content

Commit 3f3f16e

Browse files
committed
Introduce chunked file download
1 parent 7caebe4 commit 3f3f16e

File tree

4 files changed

+314
-185
lines changed

4 files changed

+314
-185
lines changed

composer.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@
1717
},
1818
"require-dev": {
1919
"friendsofphp/php-cs-fixer": "^1.0",
20-
"phpunit/phpunit": "^5.0"
20+
"phpunit/phpunit": "^5.0",
21+
"slim/http": "^0.1.0"
22+
},
23+
"suggest": {
24+
"slim/http": "Allow using of chunked file download"
2125
},
2226
"autoload": {
2327
"psr-4": {

0 commit comments

Comments
 (0)