BiliHelper-personal/composer.json
2023-03-11 21:48:44 +08:00

65 lines
1.7 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.*.*-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": "PhpComposer(全量)",
"type": "composer",
"url": "https://packagist.phpcomposer.com",
"canonical": false
}
],
"require": {
"php": ">=8.1",
"ext-curl": "*",
"ext-openssl": "*",
"ext-sockets": "*",
"ext-json": "*",
"ext-zlib": "*",
"ext-mbstring": "*",
"monolog/monolog": "2.x-dev",
"bramus/monolog-colored-line-formatter": "dev-master",
"symfony/yaml": "6.1.x-dev",
"toolkit/stdlib": "*",
"adhocore/cli": "dev-main",
"lkeme/data": "4.x-dev",
"grasmash/expander": "dev-main",
"amphp/amp": "^2.6.2",
"fire015/flintstone": "dev-master",
"overtrue/pinyin": "dev-master",
"guzzlehttp/guzzle": "^7.4",
"toolkit/pflag": "^2.0",
"symfony/console": "^6.1",
"malios/php-to-ascii-table": "^3.0",
"clue/socket-raw": "1.6"
},
"autoload": {
"psr-4": {
"Bhp\\": "src/"
},
"files": [
"src/Helpers.php"
]
}
}