From 426496790a44f896e9ede52d41c1882a530f10f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8B=82=E5=A5=94=E7=9A=84=E8=9E=9E=E8=9F=BB?= Date: Wed, 4 Nov 2020 16:17:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 2c871b5..03f6bb8 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,6 @@ "name": "firstphp/firstphp-wxapp", "type": "library", "license": "MIT", - "version": "1.6.9", "authors": [ { "name": "狂奔的蚂蚁", @@ -28,16 +27,7 @@ } }, "require": { - "php": ">=7.2", - "ext-swoole": ">=4.4", - "hyperf/framework": "1.1.*", - "hyperf/di": "1.1.*" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "^2.14", - "phpstan/phpstan": "^0.10.5", - "hyperf/testing": "1.1.*", - "swoft/swoole-ide-helper": "dev-master" + "php": ">=7.2" }, "config": { "sort-packages": true