From e716e2d343bc785e02732b5771a1ec2fb5959c4e Mon Sep 17 00:00:00 2001 From: zhangyinfei Date: Mon, 6 May 2019 19:20:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9composer.json=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 311c74c1e..ed170bb3d 100644 --- a/composer.json +++ b/composer.json @@ -1,17 +1,18 @@ { - "name": "overtrue/wechat", - "description": "微信SDK", + "name": "fenghoer/wechat", + "description": "微信SDK,MixPHP2.0兼容版本", "keywords": [ "wechat", "weixin", "weixin-sdk", - "sdk" + "sdk", + "MixPHP" ], "license": "MIT", "authors": [ { - "name": "overtrue", - "email": "anzhengchao@gmail.com" + "name": "fenghoer", + "email": "fenghoer@163.com" } ], "require": { @@ -26,7 +27,8 @@ "pimple/pimple": "^3.0", "symfony/cache": "^3.3 || ^4.0", "symfony/http-foundation": "^2.7 || ^3.0 || ^4.0", - "symfony/psr-http-message-bridge": "^0.3 || ^1.0" + "symfony/psr-http-message-bridge": "^0.3 || ^1.0", + "mix/framework": "~2.0.0" }, "require-dev": { "mikey179/vfsStream": "^1.6",