{
    "name": "dariusiii/zipper",
    "type": "library",
    "description": "This is a little neat helper for the ZipArchive methods with handy functions",
    "keywords": ["laravel", "ZIP", "Archive"],
    "homepage": "http://github.com/DariusIII/zipper",
    "license": "Apache-2.0",
    "authors": [
        {
            "name": "Nils Plaschke",
            "email": "github@nilsplaschke.de",
            "homepage": "http://nilsplaschke.de",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=7.2.0",
        "ext-zip": "*",
        "illuminate/support": "^5.8|^6.0",
        "illuminate/filesystem": "^5.8|^6.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^7.0|^8.0",
        "mockery/mockery": "^1.2"
    },
    "autoload": {
        "psr-4": {
            "DariusIII\\Zipper\\": "src/DariusIII/Zipper"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "DariusIII\\Zipper\\": "tests/"
        }
    },
    "config": {
        "sort-packages": true
    },
    "extra": {
        "laravel": {
            "providers": [
                "DariusIII\\Zipper\\ZipperServiceProvider"
            ],
            "aliases": {
                "Zipper": "DariusIII\\Zipper\\Facades\\Zipper"
            }
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
