mirror of
http://124.126.16.154:8888/singularity/HyperfDevelopmentKit.git
synced 2026-01-15 00:35:08 +08:00
83 lines
2.0 KiB
JSON
83 lines
2.0 KiB
JSON
{
|
|
"name": "singularity/hyperf-development-kit",
|
|
"description": "The General Development Kit for Hyperf framework",
|
|
"type": "library",
|
|
"authors": [
|
|
{
|
|
"name": "李东云",
|
|
"email": "dongyun.li@luxcreo.ai"
|
|
}
|
|
],
|
|
"extra": {
|
|
"hyperf": {
|
|
"config": "Singularity\\HDK\\ConfigProvider"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "~8.0",
|
|
"ext-redis": "^5.3",
|
|
"composer/composer": ">=2.0",
|
|
"ergebnis/http-method": "^2.2",
|
|
"hyperf/config": "^2.2",
|
|
"hyperf/constants": "^2.2",
|
|
"hyperf/context": "^2.2",
|
|
"hyperf/database": "^2.2",
|
|
"hyperf/di": "^2.2",
|
|
"hyperf/framework": "^2.2",
|
|
"hyperf/guzzle": "^2.2",
|
|
"hyperf/http-server": "^2.2",
|
|
"hyperf/logger": "^2.2",
|
|
"hyperf/redis": "^2.2",
|
|
"hyperf/resource": "^2.2",
|
|
"hyperf/translation": "^2.2",
|
|
"lmc/http-constants": "^1.2",
|
|
"roave/dont": "^1.5",
|
|
"symfony/mailer": "^6.0",
|
|
"teapot/status-code": "^1.1"
|
|
},
|
|
"require-dev": {
|
|
"firebase/php-jwt": "^6.1",
|
|
"hyperf/session": "^2.2",
|
|
"hyperf/validation": "^2.2",
|
|
"phpunit/phpunit": "^9.5",
|
|
"roave/security-advisories": "dev-latest"
|
|
},
|
|
"suggest": {
|
|
"firebase/php-jwt": "JWT 鉴权必需",
|
|
"hyperf/session": "Session 鉴权必需"
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"sort-packages": true,
|
|
"secure-http": false
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Singularity\\HDK\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\Example\\": "tests/Example/"
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"scripts": {
|
|
"post-root-package-install": [],
|
|
"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": {
|
|
"packagist": {
|
|
"type": "composer",
|
|
"url": "https://mirrors.aliyun.com/composer"
|
|
},
|
|
"lux-map": {
|
|
"type": "composer",
|
|
"url": "https://satis.luxcreo.cn/"
|
|
}
|
|
}
|
|
}
|