{ "name": "pablotron/zipstream", "description": "Dynamically generate streamed zip archives.", "homepage": "https://github.com/pablotron/zipstream-php", "license": "MIT", "authors": [{ "name": "Paul Duncan", "email": "zipstream@pablotron.org", "homepage": "https://pablotron.org/", "role": "developer" }], "require": { "php": "^7" }, "require-dev": { "phpunit/phpunit": "^7", "phpdocumentor/phpdocumentor": "2.*" }, "autoload": { "psr-4": { "Pablotron\\ZipStream\\": "src/" } }, "autoload-dev": { "psr-4": { "Pablotron\\ZipStream\\Tests\\": "tests/" } }, "scripts": { "test": [ "phpunit --bootstrap vendor/autoload.php tests" ], "docs": [ "phpdoc -d src -t docs --template=responsive-twig --title=ZipStream" ] } }