mirror of
https://github.com/splitbrain/php-archive.git
synced 2025-01-17 21:49:09 +01:00
27 lines
559 B
JSON
27 lines
559 B
JSON
{
|
|
"name": "splitbrain/php-archive",
|
|
"description": "Pure-PHP implementation to read and write TAR and ZIP archives",
|
|
"keywords": ["zip", "tar", "archive", "unpack", "extract", "unzip"],
|
|
"authors": [
|
|
{
|
|
"name": "Andreas Gohr",
|
|
"email": "andi@splitbrain.org"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.5.*"
|
|
},
|
|
|
|
"autoload": {
|
|
"psr-4": {
|
|
"splitbrain\\PHPArchive\\": "src"
|
|
}
|
|
}
|
|
}
|