{
    "name": "danielruf/secure-shred",
    "description": "Safely deletes files",
    "version": "2.0.0",
    "keywords": [
        "shred",
        "delete",
        "remove",
        "secure"
    ],
    "homepage": "https://github.com/DanielRuf/secure-shred",
    "license": "MIT",
    "authors": [
        {
            "name": "Daniel Ruf",
            "email": "kontakt@daniel-ruf.de"
        },
        {
            "name": "Dani C.",
            "email": "dani.co@mail.com"
        }
    ],
    "minimum-stability": "stable",
    "require": {
        "php": ">=7.3.0"
    },
    "scripts": {
        "test": "phpunit --colors=always --bootstrap ./vendor/autoload.php ./tests/ShredTest.php"
    },
    "require-dev": {
        "phpunit/phpunit": "^9",
        "mikey179/vfsstream": "~1"
    },
    "autoload": {
        "classmap": [
            "src/"
        ]
    },
    "support": {
        "issues": "https://github.com/DanielRuf/secure-shred/issues",
        "source": "https://github.com/DanielRuf/secure-shred",
        "docs": "https://github.com/DanielRuf/secure-shred/blob/master/README.md"
    }
}
