1 Star 0 Fork 24

anrubing/think-admin

forked from xiaodi/think-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.65 KB
一键复制 编辑 原始数据 按行查看 历史
xiaodi 提交于 2021-04-12 12:59 . task
{
"name": "xiaodi/tant",
"description": "Ant Design Vue Pro For ThinkPHP 6",
"type": "project",
"keywords": [
"framework",
"thinkphp",
"ORM"
],
"homepage": "https://www.xiaodim.com/",
"license": "Apache-2.0",
"prefer-stable": true,
"authors": [
{
"name": "xiaodi",
"email": "liangjinbiao@live.com"
}
],
"require": {
"php": ">=7.4.0",
"topthink/framework": "^6.0",
"topthink/think-orm": "^2.0",
"topthink/think-annotation": "1.1.0",
"topthink/think-migration": "^3.0",
"topthink/think-multi-app": "^1.0",
"casbin/think-authz": "^1.2",
"xiaodi/think-jwt": "3.0.0.beta.3",
"workerman/workerman": "^4.0",
"workerman/crontab": "^1.0"
},
"require-dev": {
"symfony/var-dumper": "^4.2",
"friendsofphp/php-cs-fixer": "^2.14",
"phpstan/phpstan": "0.12.*",
"composer/composer": "^2.0"
},
"autoload": {
"psr-4": {
"app\\": "app"
},
"psr-0": {
"": "extend/"
},
"files": [
"app/common.php",
"extend/TAnt/helper.php",
"vendor/topthink/framework/src/helper.php"
]
},
"config": {
"preferred-install": "dist"
},
"scripts": {
"start": "php think run",
"analyze": "vendor/bin/phpstan analyse --memory-limit 300M -l 0 -c phpstan.neon ./app ./extend",
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
],
"cs-fix": "php-cs-fixer fix $1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/anrubing/think-admin.git
git@gitee.com:anrubing/think-admin.git
anrubing
think-admin
think-admin
6.0-next

搜索帮助