From 66824d76207b5a21576e0d146d13972200b02492 Mon Sep 17 00:00:00 2001 From: zhaoxiang <756958008@qq.com> Date: Tue, 6 Mar 2018 00:13:21 +0800 Subject: [PATCH] modified For composer --- composer.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index c8f16ee..6a96c3e 100644 --- a/composer.json +++ b/composer.json @@ -1,22 +1,22 @@ { - "name": "topthink/think", - "description": "the new thinkphp framework", + "name": "apiadmin/apiadmin", + "description": "the api manager", "type": "project", "keywords": [ - "framework", - "thinkphp", - "ORM" + "API", + "ApiAdmin", + "TP5" ], - "homepage": "http://thinkphp.cn/", + "homepage": "http://www.apiadmin.org/", "license": "Apache-2.0", "authors": [ { - "name": "liu21st", - "email": "liu21st@gmail.com" + "name": "zhao", + "email": "756958008@qq.com" } ], "require": { - "php": ">=5.4.0", + "php": ">=5.6.0", "topthink/framework": "~5.0.0" }, "extra": {