AOEpeople/StackFormation

View on GitHub
box.json

Summary

Maintainability
Test Coverage
{
    "main": "src/stackformation.php",
    "output": "stackformation.phar",
    "chmod": "0775",
    "compression": "GZ",
    "extract": false,
    "files": [ "vendor/autoload.php" ],
    "directories": [ "src" ],
    "finder": [{ "name": "*.php", "in": "vendor" }],
    "git-version": "package_version",
    "stub": true
}