Skip to content

Commit 9c25d75

Browse files
authored
Merge pull request #6 from activecollab/introduce-chunked-download
Introduce chunked file download
2 parents 7caebe4 + 3f3f16e commit 9c25d75

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)