{
  "name": "deepdiver/zipstreamer",
  "type": "library",
  "description": "Stream zip files without i/o overhead",
  "keywords": [
    "zip",
    "stream"
  ],
  "homepage": "https://github.com/DeepDiver1975/PHPZipStreamer",
  "license": "GPL-3.0-or-later",
  "authors": [
    {
      "name": "Nicolai Ehemann",
      "email": "en@enlightened.de",
      "role": "Author/Maintainer"
    },
    {
      "name": "André Rothe",
      "email": "arothe@zks.uni-leipzig.de",
      "role": "Contributor"
    },
    {
      "name": "Lukas Reschke",
      "email": "lukas@owncloud.com",
      "role": "Contributor"
    },
    {
      "name": "Thomas Müller",
      "email": "thomas.mueller@tmit.eu",
      "role": "Contributor"
    },
    {
      "name": "Roeland Jago Douma",
      "email": "roeland@famdouma.nl",
      "role": "Contributor"
    }
  ],
  "require": {
    "php": ">=7.1",
    "ext-mbstring": "*"
  },
  "require-dev": {
    "ext-xdebug": "*",
    "ext-zlib": "*",
    "phpunit/phpunit": "^7 || ^8"
  },
  "suggest": {
    "ext-http": ">=0.10"
  },
  "autoload": {
    "psr-4": {
      "ZipStreamer\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Tests\\": "tests/"
    }
  }
}
