{
  "name": "hrace009/perfect-world-api",
  "description": "A package to retrieve data from a Perfect World game server",
  "homepage": "https://github.com/hrace009/perfect-world-api",
  "version": "1.0.4",
  "keywords": [
    "perfect world",
    "perfect world api",
    "game"
  ],
  "license": "MIT",
  "authors": [
    {
      "name": "Harris Marfel",
      "email": "hrace009@gmail.com"
    }
  ],
  "support": {
    "source": "https://github.com/hrace009/perfect-world-api",
    "issues": "https://github.com/hrace009/perfect-world-api/issues"
  },
  "require": {
    "php": "^7.4|^8.0",
    "illuminate/support": "5.*|6.*|7.*|8.*|9.*|10.*|11.*"
  },
  "autoload": {
    "psr-0": {
      "hrace009\\PerfectWorldAPI": "src/"
    }
  },
  "minimum-stability": "stable"
}
