mirror of
http://124.126.16.154:8888/singularity/hdk-auth.git
synced 2026-01-15 05:15:06 +08:00
70 lines
1.8 KiB
JSON
Executable File
70 lines
1.8 KiB
JSON
Executable File
{
|
|
"name": "singularity/hdk-auth",
|
|
"license": "MIT",
|
|
"type": "library",
|
|
"description": "登录控制",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Singularity\\HDK\\Auth\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"hyperf": {
|
|
"config": "Singularity\\HDK\\Auth\\ConfigProvider"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=8.2",
|
|
"ext-redis": "*",
|
|
"composer/composer": ">=2.5.8",
|
|
"hyperf/contract": "^3.1",
|
|
"hyperf/exception-handler": "^3.1",
|
|
"hyperf/http-server": "^3.1",
|
|
"hyperf/validation": "3.1.*",
|
|
"singularity/hdk-core": "^1.0.0",
|
|
"symfony/polyfill-php82": "*",
|
|
"symfony/polyfill-php83": "*",
|
|
"symfony/polyfill-php84": "*"
|
|
},
|
|
"require-dev": {
|
|
"firebase/php-jwt": "^6.8.0",
|
|
"friendsofhyperf/pest-plugin-hyperf": "3.1.*",
|
|
"friendsofhyperf/rector": "^0.1.5",
|
|
"guzzlehttp/guzzle": "^7.7.0",
|
|
"hyperf/session": "3.1.*",
|
|
"pestphp/pest": "^2.23"
|
|
},
|
|
"suggest": {
|
|
"firebase/php-jwt": "^6.3",
|
|
"hyperf/session": "3.1.*"
|
|
},
|
|
"minimum-stability": "beta",
|
|
"prefer-stable": true,
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"pestphp/pest-plugin": true
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-root-package-install": [
|
|
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
|
],
|
|
"test": "vendor/bin/phpunit --prepend test/bootstrap.php -c phpunit.xml --colors=always",
|
|
"cs-fix": "php-cs-fixer fix $1",
|
|
"analyse": "phpstan analyse --memory-limit 300M -l 0 -c phpstan.neon ./app ./config"
|
|
},
|
|
"repositories": {
|
|
"nest": {
|
|
"type": "composer",
|
|
"url": "https://nest.doylee.cn/api/packages/HDK/composer"
|
|
},
|
|
"packagist": {
|
|
"type": "composer",
|
|
"url": "https://mirrors.aliyun.com/composer/"
|
|
}
|
|
},
|
|
"version": "1.0.0-beta.3"
|
|
}
|