mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 20:20:34 +09:00
55 lines
1.7 KiB
JSON
55 lines
1.7 KiB
JSON
{
|
|
"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": "^7.4.15 || ^8.0.2",
|
|
"graham-campbell/bounded-cache": "^1.2 || ^2.2 || ^3.0",
|
|
"graham-campbell/manager": "^5.1",
|
|
"guzzlehttp/guzzle": "^7.9.2",
|
|
"guzzlehttp/psr7": "^2.7.0",
|
|
"illuminate/contracts": "^8.75 || ^9.0 || ^10.0 || ^11.0",
|
|
"illuminate/support": "^8.75 || ^9.0 || ^10.0 || ^11.0",
|
|
"knplabs/github-api": "3.16.*",
|
|
"lcobucci/jwt": "^4.3 || ^5.2",
|
|
"symfony/cache": "^5.4 || ^6.0 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"graham-campbell/analyzer": "^4.2.1",
|
|
"graham-campbell/testbench": "^6.2",
|
|
"mockery/mockery": "^1.6.6",
|
|
"phpunit/phpunit": "^9.6.17 || ^10.5.13"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|