63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"name": "knplabs/github-api",
|
|
"type": "library",
|
|
"description": "GitHub API v3 client",
|
|
"homepage": "https://github.com/KnpLabs/php-github-api",
|
|
"keywords": ["github", "gh", "api", "gist"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "KnpLabs Team",
|
|
"homepage": "http://knplabs.com"
|
|
},
|
|
{
|
|
"name": "Thibault Duplessis",
|
|
"email": "thibault.duplessis@gmail.com",
|
|
"homepage": "http://ornicar.github.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.2.5 || ^8.0",
|
|
"ext-json": "*",
|
|
"php-http/cache-plugin": "^1.7.1",
|
|
"php-http/client-common": "^2.3",
|
|
"php-http/discovery": "^1.12",
|
|
"php-http/httplug": "^2.2",
|
|
"php-http/multipart-stream-builder": "^1.1.2",
|
|
"psr/cache": "^1.0|^2.0|^3.0",
|
|
"psr/http-client-implementation": "^1.0",
|
|
"psr/http-factory-implementation": "^1.0",
|
|
"psr/http-message": "^1.0",
|
|
"symfony/polyfill-php80": "^1.17",
|
|
"symfony/deprecation-contracts": "^2.2|^3.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/cache": "^5.1.8",
|
|
"guzzlehttp/psr7": "^1.7",
|
|
"http-interop/http-factory-guzzle": "^1.0",
|
|
"guzzlehttp/guzzle": "^7.2",
|
|
"php-http/mock-client": "^1.4.1",
|
|
"phpstan/phpstan": "^0.12.57",
|
|
"phpstan/extension-installer": "^1.0.5",
|
|
"phpstan/phpstan-deprecation-rules": "^0.12.5",
|
|
"phpunit/phpunit": "^8.5 || ^9.4",
|
|
"symfony/phpunit-bridge": "^5.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "Github\\": "lib/Github/" }
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": { "Github\\Tests\\": "test/Github/Tests/"}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-2.x": "2.20.x-dev",
|
|
"dev-master": "3.4.x-dev"
|
|
}
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"phpstan/extension-installer": true
|
|
}
|
|
}
|
|
}
|