| {
    "name": "nahid/github-php-client",
    "description": "You can access and manage github api with this package",
    "type": "library",
    "keywords": ["php-github-api", "php-github", "github-php", "github-php-client"],
    "require-dev": {
        "phpunit/phpunit": "^5.4"
    },
    "license": "CC0-1.0",
    "authors": [
        {
            "name": "Nahid Bin Azhar",
            "email": "[email protected] "
        }
    ],
    "minimum-stability": "dev",
    "require": {
        "illuminate/config": "^5.2",
        "duncan3dc/sessions": "^1.0"
    },  
    "autoload": {
    "psr-4": {
      "Nahid\\GithubClient\\": "src/"
    },
    "files":[
        "src/helpers/github.php"
    ]
  }
}
 |