1 Star 0 Fork 46

昨日星期八/ThinkLibrary

forked from Anyon/ThinkLibrary 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
Anyon 提交于 2024-08-02 08:59 . 增加 github actions 管理
{
"name": "zoujingli/think-library",
"license": "MIT",
"homepage": "https://thinkadmin.top",
"description": "Basic Library for ThinkAdmin",
"authors": [
{
"name": "Anyon",
"email": "zoujingli@qq.com"
}
],
"support": {
"email": "zoujingli@qq.com",
"wiki": "https://thinkadmin.top",
"forum": "https://thinkadmin.top",
"source": "https://gitee.com/zoujingli/ThinkLibrary",
"issues": "https://gitee.com/zoujingli/ThinkLibrary/issues"
},
"require": {
"php": ">=7.1",
"ext-gd": "*",
"ext-curl": "*",
"ext-json": "*",
"ext-zlib": "*",
"ext-iconv": "*",
"ext-openssl": "*",
"ext-mbstring": "*",
"symfony/process": "^5.4|^6.0|*",
"topthink/framework": "^6.0|^8.0|*",
"topthink/think-migration": "^3.0|*"
},
"autoload": {
"files": [
"src/common.php"
],
"psr-4": {
"think\\admin\\": "src"
}
},
"require-dev": {
"phpunit/phpunit": "*"
},
"autoload-dev": {
"psr-4": {
"think\\admin\\tests\\": "tests"
}
},
"extra": {
"think": {
"services": [
"think\\admin\\Library"
]
}
},
"prefer-stable": true,
"minimum-stability": "dev",
"config": {
"sort-packages": true
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/dyree/ThinkLibrary.git
git@gitee.com:dyree/ThinkLibrary.git
dyree
ThinkLibrary
ThinkLibrary
master

搜索帮助