mirror of
https://github.com/anikeen-com/id.git
synced 2026-03-13 21:56:14 +00:00
52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"name": "anikeen/id",
|
|
"description": "PHP AnikeenId API Client for Laravel 10+",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "René Preuß",
|
|
"email": "rene@anikeen.com"
|
|
},
|
|
{
|
|
"name": "Maurice Preuß",
|
|
"email": "maurice@anikeen.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^8.0",
|
|
"ext-json": "*",
|
|
"illuminate/support": "^11.0|^12.0",
|
|
"illuminate/console": "^11.0|^12.0",
|
|
"guzzlehttp/guzzle": "^6.3|^7.0",
|
|
"socialiteproviders/manager": "^3.4|^4.0.1",
|
|
"firebase/php-jwt": "^6.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.0|^9.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Anikeen\\Id\\": "src/Id",
|
|
"Anikeen\\Support\\": "src/Support"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Anikeen\\Id\\Tests\\": "tests/Id"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "vendor/bin/phpunit",
|
|
"docs": "php generator/generate-docs.php"
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Anikeen\\Id\\Providers\\AnikeenIdServiceProvider"
|
|
],
|
|
"aliases": {
|
|
"AnikeenId": "Anikeen\\Id\\Facades\\AnikeenId"
|
|
}
|
|
}
|
|
}
|
|
} |