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",