{
	"name": "maennchen/zipstream-php",
	"description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
	"keywords": ["zip", "stream"],
	"type": "library",
	"license": "MIT",
	"authors": [
		{
			"name": "Paul Duncan",
			"email": "pabs@pablotron.org"
		},
		{
			"name": "Jonatan Männchen",
			"email": "jonatan@maennchen.ch"
		},
		{
			"name": "Jesse Donat",
			"email": "donatj@gmail.com"
		}
	],
	"require": {
		"php": ">= 5.6",
		"ext-mbstring": "*"
	},
	"require-dev": {
		"phpunit/phpunit": "4.3.*"
	},
  	"autoload": {
     	"psr-4": {
     		"ZipStream\\": "src/"
     	}
    }
}
