From 1964051a93146ff2b92651ac7e349023d97ffa49 Mon Sep 17 00:00:00 2001 From: zhaoxiang <756958008@qq.com> Date: Sat, 31 Oct 2020 20:36:18 +0800 Subject: [PATCH] =?UTF-8?q?modified=20BUG=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 81f4842..5d38740 100644 --- a/composer.json +++ b/composer.json @@ -1,22 +1,19 @@ { - "name": "topthink/think", - "description": "the new thinkphp framework", + "name": "apiadmin/apiadmin", + "description": "Just For Api", "type": "project", "keywords": [ "framework", "thinkphp", - "ORM" + "api", + "apiadmin" ], - "homepage": "http://thinkphp.cn/", + "homepage": "http://www.apiadmin.org/", "license": "Apache-2.0", "authors": [ { - "name": "liu21st", - "email": "liu21st@gmail.com" - }, - { - "name": "yunwuxin", - "email": "448901948@qq.com" + "name": "zhaoxiang", + "email": "zhaoxiang051405@gmail.com" } ], "require": {