Files
oauth2-apple/composer.json
2026-02-27 15:46:52 +01:00

53 lines
1.3 KiB
JSON

{
"name": "code-rhapsodie/oauth2-apple",
"description": "Sign in with Apple OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
"license": "MIT",
"authors": [
{
"name": "Patrick Bußmann",
"email": "patrick.bussmann@bussmann-it.de",
"homepage": "https://github.com/patrickbussmann"
}
],
"replace": {
"patrickbussmann/oauth2-apple": "*"
},
"keywords": [
"oauth",
"oauth2",
"client",
"authorization",
"authorisation",
"apple",
"sign-in-with-apple"
],
"require": {
"php": ">=8.1",
"ext-json": "*",
"league/oauth2-client": "^2.0",
"firebase/php-jwt": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0 || ^11.0 || ^12.0 || ^13.0",
"mockery/mockery": "^1.3",
"php-parallel-lint/php-parallel-lint": "^1.3",
"squizlabs/php_codesniffer": "^3.0 || ^4.0",
"composer/semver": "^3.0"
},
"autoload": {
"psr-4": {
"League\\OAuth2\\Client\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"League\\OAuth2\\Client\\Test\\": "tests/src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "0.4.x-dev"
}
}
}