From 8926fb01d6a652a2aad0177d83fe20a94db5a4be Mon Sep 17 00:00:00 2001 From: tensent Date: Mon, 27 Apr 2020 19:01:55 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AEcomposer=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 793aefdb..5854b7dc 100755 --- a/composer.json +++ b/composer.json @@ -1,23 +1,19 @@ { - "name": "topthink/think", - "description": "the new thinkphp framework", + "name": "SentCMS", + "description": "SentCMS网站管理系统", "type": "project", "keywords": [ "framework", "thinkphp", "ORM" ], - "homepage": "http://thinkphp.cn/", + "homepage": "https://www.tensent.cn/", "license": "Apache-2.0", "authors": [ { - "name": "liu21st", - "email": "liu21st@gmail.com" - }, - { - "name": "yunwuxin", - "email": "448901948@qq.com" - } + "name": "molong", + "email": "molong@tensent.cn" + } ], "require": { "php": ">=7.1.0",