修改composer
This commit is contained in:
parent
05e22d4db8
commit
5f34bac033
@ -1,18 +1,19 @@
|
||||
{
|
||||
"name": "topthink/think",
|
||||
"description": "the new thinkphp framework",
|
||||
"name": "jaguarjack/catchadmin",
|
||||
"description": "the api framework base on thinkphp, help you to create admin management soon",
|
||||
"type": "project",
|
||||
"keywords": [
|
||||
"framework",
|
||||
"thinkphp",
|
||||
"catchadmin",
|
||||
"api",
|
||||
"ORM"
|
||||
],
|
||||
"homepage": "http://thinkphp.cn/",
|
||||
"homepage": "http://doc.catchadmin.com",
|
||||
"license": "Apache-2.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "liu21st",
|
||||
"email": "liu21st@gmail.com"
|
||||
"name": "jaguarjack",
|
||||
"email": "njphper@gmail.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
@ -31,8 +32,7 @@
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"app\\": "app",
|
||||
"catchAdmin\\": "catch",
|
||||
"jaguarjack\\think\\module\\": "extend/think-module/src"
|
||||
"catchAdmin\\": "catch"
|
||||
},
|
||||
"psr-0": {
|
||||
"": "extend/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user