{
  "name": "sebastianfeldmann/git",
  "description": "PHP git wrapper",
  "type": "library",
  "keywords": ["git"],
  "homepage": "https://github.com/sebastianfeldmann/git",
  "license": "MIT",
  "authors": [
    {
      "name": "Sebastian Feldmann",
      "email": "sf@sebastian-feldmann.info"
    }
  ],
  "support": {
    "issues": "https://github.com/sebastianfeldmann/git/issues"
  },
  "autoload": {
    "psr-4": {
      "SebastianFeldmann\\Git\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "SebastianFeldmann\\Git\\": "tests/"
    }
  },
  "require": {
    "php": "^7.1",
    "ext-json": "*",
    "sebastianfeldmann/cli": "^3.0.0"
  },
  "require-dev": {
    "phpunit/phpunit": "^7.5"
  },
  "extra": {
    "branch-alias": {
      "dev-master": "2.3.x-dev"
    }
  }
}
