mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-01-17 23:38:19 +01:00
26 lines
466 B
JSON
26 lines
466 B
JSON
{
|
|
"name": "nelexa/zip",
|
|
"description": "Zip create, modify and extract tool. Alternative ZipArchive.",
|
|
"type": "library",
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.5"
|
|
},
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Ne-Lexa",
|
|
"email": "alexey@nelexa.ru"
|
|
}
|
|
],
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"php": ">=5.3",
|
|
"nelexa/buffer": "^1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Nelexa\\Zip\\": "src"
|
|
}
|
|
}
|
|
}
|