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.

35 lines
793 B

{
"name": "league/flysystem-ziparchive",
"description": "Flysystem adapter for ZipArchive's",
"license": "MIT",
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frenky.net"
}
],
"require": {
"php": ">=5.4.0",
"ext-zip": "*",
"league/flysystem": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"mockery/mockery": "0.9.*"
},
"autoload": {
"psr-4": {
"League\\Flysystem\\ZipArchive\\": "src/"
}
},
"config": {
"bin-dir": "bin"
},
"min-stability": "dev",
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}