修改composer

This commit is contained in:
wuyanwen 2020-01-15 18:11:57 +08:00
parent 05e22d4db8
commit 5f34bac033

View File

@ -1,18 +1,19 @@
{ {
"name": "topthink/think", "name": "jaguarjack/catchadmin",
"description": "the new thinkphp framework", "description": "the api framework base on thinkphp, help you to create admin management soon",
"type": "project", "type": "project",
"keywords": [ "keywords": [
"framework", "framework",
"thinkphp", "catchadmin",
"api",
"ORM" "ORM"
], ],
"homepage": "http://thinkphp.cn/", "homepage": "http://doc.catchadmin.com",
"license": "Apache-2.0", "license": "Apache-2.0",
"authors": [ "authors": [
{ {
"name": "liu21st", "name": "jaguarjack",
"email": "liu21st@gmail.com" "email": "njphper@gmail.com"
} }
], ],
"require": { "require": {
@ -31,8 +32,7 @@
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"app\\": "app", "app\\": "app",
"catchAdmin\\": "catch", "catchAdmin\\": "catch"
"jaguarjack\\think\\module\\": "extend/think-module/src"
}, },
"psr-0": { "psr-0": {
"": "extend/" "": "extend/"