From ee6cb53966860c61d754f7ba8bae7ff3adbcf12f Mon Sep 17 00:00:00 2001 From: vilson <545522390@qq.com> Date: Sat, 29 Feb 2020 18:32:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0composer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: vilson <545522390@qq.com> --- composer.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index c3bd8c9..6eed784 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,10 @@ { - "type": "pearProject", - "name": "pearProject", - "description": "pearProject", - "homepage": "https://beta.vilson.xyz", + "name": "vilson/pearproject", + "description": "task collaboration", + "homepage": "https://home.vilson.xyz", "keywords": [ + "task", + "team", "project", "plan" ], @@ -15,7 +16,7 @@ } ], "require": { - "php": ">=7.0", + "php": ">=7.2", "qiniu/php-sdk": "^7.2", "endroid/qr-code": "^1.9", "topthink/framework": "5.1.*",