{
    "name": "graham-campbell/github",
    "description": "GitHub Is A GitHub Bridge For Laravel",
    "keywords": ["laravel", "framework", "github", "php-github-api", "PHP GitHub API", "github bridge", "bridge", "GitHub", "Laravel GitHub", "Laravel-GitHub", "Graham Campbell", "GrahamCampbell"],
    "license": "MIT",
    "authors": [
        {
            "name": "Graham Campbell",
            "email": "hello@gjcampbell.co.uk",
            "homepage": "https://github.com/GrahamCampbell"
        }
    ],
    "require": {
        "php": "^8.1",
        "graham-campbell/bounded-cache": "^3.1",
        "graham-campbell/manager": "^5.3",
        "guzzlehttp/guzzle": "^7.9.2",
        "guzzlehttp/psr7": "^2.7.0",
        "illuminate/contracts": "^10.44 || ^11.0 || ^12.0 || ^13.0",
        "illuminate/support": "^10.44 || ^11.0 || ^12.0 || ^13.0",
        "knplabs/github-api": "3.16.*",
        "lcobucci/jwt": "^5.2",
        "symfony/cache": "^6.2 || ^7.0 || ^8.0"
    },
    "require-dev": {
        "graham-campbell/analyzer": "^5.1",
        "graham-campbell/testbench": "^6.2",
        "mockery/mockery": "^1.6.12",
        "phpunit/phpunit": "^10.5.63 || ^11.5.55 || ^12.5.14"
    },
    "autoload": {
        "psr-4": {
            "GrahamCampbell\\GitHub\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "GrahamCampbell\\Tests\\GitHub\\": "tests/"
        }
    },
    "config": {
        "preferred-install": "dist",
        "allow-plugins": {
            "php-http/discovery": true
        }
    },
    "extra": {
        "laravel": {
            "providers": [
                "GrahamCampbell\\GitHub\\GitHubServiceProvider"
            ]
        }
    }
}
