/home/dvjjulio/softtrash/vendor/phpspec/phpspec/box.json
{
    "chmod": "0755",
    "directories": [
        "src"
    ],
    "files": [
        "LICENSE"
    ],
    "finder": [
        {
            "name": "*.php",
            "exclude": ["spec", "Tests", "tests"],
            "in": "vendor"
        }
    ],
    "main": "bin/phpspec",
    "output": "phpspec.phar",
    "stub": true
}