From b528ab586901c4a61640c245ca221208e7f8fdcf Mon Sep 17 00:00:00 2001 From: zhaoxiang Date: Tue, 16 Apr 2019 18:43:20 +0800 Subject: [PATCH] =?UTF-8?q?init=20=E9=87=8D=E5=BB=BA4.0composer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 361d6f6..fbf4410 100644 --- a/composer.json +++ b/composer.json @@ -1,18 +1,19 @@ { - "name": "topthink/think", - "description": "the new thinkphp framework", + "name": "apiadmin/apiadmin4", + "description": "the new apiadmin framework", "type": "project", "keywords": [ + "apiadmin", "framework", "thinkphp", "ORM" ], - "homepage": "http://thinkphp.cn/", + "homepage": "https://www.apiadmin.org/", "license": "Apache-2.0", "authors": [ { - "name": "liu21st", - "email": "liu21st@gmail.com" + "name": "zhaoxiang", + "email": "zhaoxiang051405@gmail.com" } ], "require": {