1 Star 0 Fork 14

Haynes Tang/IYUUPlusDev

forked from 大卫/IYUUPlusDev 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 2.60 KB
一键复制 编辑 原始数据 按行查看 历史
大卫 提交于 2024-05-18 20:02 . composer require ledc/notify
{
"name": "iyuuplus/iyuuplus",
"type": "project",
"keywords": [
"high performance",
"http service"
],
"homepage": "https://www.iyuu.cn",
"license": "MIT",
"description": "IYUUPlus开发版.",
"authors": [
{
"name": "david",
"email": "[email protected]",
"homepage": "https://www.iyuu.cn",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/ledccn/iyuuplus/issues",
"forum": "https://www.iyuu.cn",
"wiki": "https://www.iyuu.cn",
"source": "https://github.com/ledccn/iyuuplus"
},
"require": {
"php": ">=8.3",
"workerman/webman-framework": "^1.5.0",
"workerman/http-client": "^2.1",
"monolog/monolog": "^2.0",
"workerman/crontab": "^1.0",
"vlucas/phpdotenv": "^5.6",
"webman/console": "^1.3",
"webman/event": "^1.0",
"webman/push": "^1.0",
"ledc/curl": "^8.0",
"ledc/element": "^8.0",
"ledc/pipeline": "^8.0",
"ledc/macroable": "^8.0",
"ledc/container": "^8.1",
"rhilip/bencode": "^2.4",
"illuminate/database": "^10.48",
"illuminate/pagination": "^10.48",
"illuminate/events": "^10.48",
"symfony/var-dumper": "^7.0",
"symfony/process": "^7.0",
"symfony/cache": "^7.0",
"symfony/lock": "^7.0",
"symfony/dom-crawler": "^7.0",
"symfony/css-selector": "^7.0",
"symfony/filesystem": "^7.0",
"symfony/options-resolver": "^7.0",
"psr/container": "^2.0",
"topthink/think-container": "^2.0",
"topthink/think-validate": "^2.0",
"topthink/think-helper": "^3.1",
"ext-json": "*",
"ext-mbstring": "*",
"ext-curl": "*",
"ext-pdo": "*",
"ext-dom": "*",
"ext-simplexml": "*",
"ext-libxml": "*",
"webman/admin": "^0.6.24",
"phpmailer/phpmailer": "^6.9",
"overtrue/easy-sms": "^2.5",
"chrome-php/chrome": "^1.11",
"robmorgan/phinx": "^0.16.0",
"ledc/notify": "^8.0"
},
"autoload": {
"psr-4": {
"": "./",
"app\\": "./app",
"Iyuu\\BittorrentClient\\": "composer/bittorrent-client/src",
"Iyuu\\PacificSdk\\": "composer/pacific-sdk/src",
"Iyuu\\ReseedClient\\": "composer/reseed-client/src",
"Iyuu\\SiteManager\\": "composer/site-manager/src"
},
"files": [
"./support/helpers.php"
]
},
"scripts": {
"post-autoload-dump": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-package-install": [
"support\\Plugin::install"
],
"post-package-update": [
"support\\Plugin::install"
],
"pre-package-uninstall": [
"support\\Plugin::uninstall"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/LLXD/iyuuplus-dev.git
[email protected]:LLXD/iyuuplus-dev.git
LLXD
iyuuplus-dev
IYUUPlusDev
master

搜索帮助