1 Star 0 Fork 0

宇泰/php-thinkphp-powerful

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
宇泰 提交于 2022-06-11 15:30 . 优化
{
"name": "xin/thinkphp-powerful",
"description": "ThinkPHP6框架增强",
"type": "library",
"authors": [
{
"name": "晋",
"email": "657306123@qq.com"
}
],
"license": "Apache-2.0",
"require": {
"php": ">=7.1.9",
"xin/support": "^1.0",
"xin/config": "^1.0",
"xin/capsule": "^1.0",
"xin/auth": "^1.0",
"xin/hint": "^1.0",
"xin/http": "^1.0",
"xin/hashing": "^1.0",
"xin/encryption": "^1.0",
"xin/enum": "^1.0",
"xin/lock": "^1.0",
"xin/finder": "^1.0"
},
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"Xin\\ThinkPHP\\": "src/"
}
},
"extra": {
"think": {
"services": [
"Xin\\ThinkPHP\\Foundation\\Console\\ConsoleServiceProvider",
"Xin\\ThinkPHP\\Validate\\ValidateServiceProvider"
]
}
},
"repositories": [
{
"type": "git",
"url": "https://gitee.com/liuxiaojinla/php-lock"
},
{
"type": "git",
"url": "https://gitee.com/liuxiaojinla/php-finder"
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/liuxiaojinla/php-thinkphp-powerful.git
git@gitee.com:liuxiaojinla/php-thinkphp-powerful.git
liuxiaojinla
php-thinkphp-powerful
php-thinkphp-powerful
master

搜索帮助