You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
847 B

{
"name": "comodojo/zip",
"description": "ZipArchive toolbox",
"license": "MIT",
"keywords": [
"zip",
"unzip",
"ZipArchive",
"multiple",
"merge"
],
"homepage": "https://comodojo.org",
"authors": [
{
"name": "Marco Giovinazzi",
"email": "marco.giovinazzi@comodojo.org",
"homepage": "http://jme.altervista.org"
}
],
"support": {
"issues": "https://github.com/comodojo/zip/issues"
},
"autoload": {
"psr-4": {
"Comodojo\\Zip\\": "src"
}
},
"require": {
"php": ">=5.6.0",
"comodojo/exceptions": "@stable"
},
"require-dev": {
"phpunit/phpunit": "^4.0|^5.0",
"scrutinizer/ocular": "^1.0"
}
}