![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/job-board.corals.io/vendor/maennchen/zipstream-php/ |
{ "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": "[email protected]" }, { "name": "Jonatan Männchen", "email": "[email protected]" }, { "name": "Jesse Donat", "email": "[email protected]" }, { "name": "András Kolesár", "email": "[email protected]" } ], "require": { "php": "^7.4 || ^8.0", "symfony/polyfill-mbstring": "^1.0", "psr/http-message": "^1.0", "myclabs/php-enum": "^1.5" }, "require-dev": { "phpunit/phpunit": "^8.5.8 || ^9.4.2", "guzzlehttp/guzzle": "^6.5.3 || ^7.2.0", "ext-zip": "*", "mikey179/vfsstream": "^1.6", "vimeo/psalm": "^4.1", "php-coveralls/php-coveralls": "^2.4" }, "autoload": { "psr-4": { "ZipStream\\": "src/" } }, "archive": { "exclude": ["/test", "/CHANGELOG.md", "/CONTRIBUTING.md", "/phpunit.xml.dist", "/psalm.xml"] } }