davispeixoto/PHP-Batch

View on GitHub
box.json

Summary

Maintainability
Test Coverage
{
  "chmod": "0755",
  "directories": [
    "src"
  ],
  "files": [
    "LICENSE"
  ],
  "finder": [
    {
      "name": "*.php",
      "exclude": ["tests"],
      "in": "vendor"
    }
  ],
  "git-version": "package_version",
  "main": "bin/main",
  "output": "phpbatch.phar",
  "stub": true
}