34 Star 155 Fork 43

Anyon / ThinkLibrary

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
Anyon 提交于 2023-09-20 10:35 . Update composer.json
{
"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
}
}
PHP
1
https://gitee.com/zoujingli/ThinkLibrary.git
git@gitee.com:zoujingli/ThinkLibrary.git
zoujingli
ThinkLibrary
ThinkLibrary
v6.0

搜索帮助