BiliHelper-personal/composer.json
hkrt69iruk 4f22b9130e
Remove PhpComposer repository entry
Removed PhpComposer repository entry from composer.json
2026-01-28 10:19:37 +08:00

81 lines
2.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "lkeme/bilihelper-personal",
"description": "B 站自动领瓜子、直播助手、直播挂机脚本、主站助手 - PHP 版Personal",
"type": "project",
"version": "2.4.x-dev",
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "Lkeme",
"email": "Useri@live.cn",
"homepage": "https://mudew.com",
"role": "Developer"
}
],
"keywords": [],
"homepage": "https://github.com/lkeme/BiliHelper-personal",
"readme": "https://github.com/lkeme/BiliHelper-personal/blob/master/README.md",
"support": {
"issues": "https://github.com/lkeme/BiliHelper-personal/issues?state=open",
"wiki": "https://github.com/lkeme/BiliHelper-personal/wiki",
"source": "https://github.com/lkeme/BiliHelper-personal"
},
"repositories": [
{
"description": "fire015/flintstone",
"type": "path",
"url": "packages/flintstone",
"canonical": false
},
{
"description": "php-ds/php-ds",
"type": "path",
"url": "packages/php-ds",
"canonical": false
},
{
"description": "TencentCloud",
"type": "composer",
"url": "https://mirrors.tencent.com/composer/"
},
{
"description": "AliCloud",
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
],
"require": {
"php": ">=8.1",
"ext-curl": "*",
"ext-openssl": "*",
"ext-sockets": "*",
"ext-json": "*",
"ext-zlib": "*",
"ext-mbstring": "*",
"monolog/monolog": "dev-main",
"bramus/monolog-colored-line-formatter": "dev-master",
"symfony/yaml": "^7.0",
"toolkit/stdlib": "*",
"adhocore/cli": "^v1.0.0",
"jbzoo/data": "dev-master",
"grasmash/expander": "dev-main",
"amphp/amp": "3.x-dev",
"overtrue/pinyin": "dev-master",
"guzzlehttp/guzzle": "^7.0",
"toolkit/pflag": "dev-main",
"symfony/console": "^7.0",
"fire015/flintstone": "dev-master",
"php-ds/php-ds": "dev-master as v1.1",
"malios/php-to-ascii-table": "dev-master"
},
"autoload": {
"psr-4": {
"Bhp\\": "src/"
},
"files": [
"src/Helpers.php"
]
}
}