eveseat/installer

View on GitHub
box.json

Summary

Maintainability
Test Coverage
{
    "chmod": "0755",
    "compression": "GZ",
    "directories": [
        "src"
    ],
    "finder": [
        {
            "name": "*.php",
            "exclude": ["Tests"],
            "in": "vendor"
        }
    ],
    "git-version": "package_version",
    "main": "bin/seat",
    "output": "dist/seat.phar",
    "stub": true
}