| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "nelexa/zip",
- "description": "Zip files CRUD. Open, create, update, extract and get info tool. Support read and write encrypted archives. Support ZIP64 ext. Alternative ZipArchive. It does not require php-zip extension.",
- "type": "library",
- "keywords": [
- "zip",
- "archive",
- "extract",
- "winzip"
- ],
- "require-dev": {
- "phpunit/phpunit": "4.8"
- },
- "license": "MIT",
- "authors": [
- {
- "name": "Ne-Lexa",
- "email": "alexey@nelexa.ru",
- "role": "Developer"
- }
- ],
- "minimum-stability": "stable",
- "require": {
- "php-64bit": "^5.4 || ^7.0",
- "ext-mbstring": "*"
- },
- "autoload": {
- "psr-4": {
- "": "src/"
- }
- },
- "autoload-dev": {
- "psr-4": {
- "": "tests/"
- }
- }
- }
|