{
  "name": "sebastianfeldmann/cli",
  "description": "PHP cli helper classes",
  "type": "library",
  "keywords": ["cli"],
  "homepage": "https://github.com/sebastianfeldmann/cli",
  "license": "MIT",
  "authors": [
    {
      "name": "Sebastian Feldmann",
      "email": "sf@sebastian-feldmann.info"
    }
  ],
  "support": {
    "issues": "https://github.com/sebastianfeldmann/cli/issues"
  },
  "require": {
    "php": "^7.2"
  },
  "require-dev": {
    "phpunit/phpunit": "^7.0",
    "symfony/process": "^4.3"
  },
  "autoload": {
    "psr-4": {
      "SebastianFeldmann\\Cli\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "SebastianFeldmann\\Cli\\": "tests/cli/"
    }
  }
}
