Current Path : /var/www/html/wp-content/plugins/wpide/vendor/league/flysystem-ziparchive/ |
Current File : /var/www/html/wp-content/plugins/wpide/vendor/league/flysystem-ziparchive/composer.json |
{ "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" } } }