From 5f34bac033223facda4a5e0d763ae02dd927522f Mon Sep 17 00:00:00 2001 From: wuyanwen Date: Wed, 15 Jan 2020 18:11:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9composer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index a6c3966..d9fb62b 100644 --- a/composer.json +++ b/composer.json @@ -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/"