From 4bcc033f397780a1b952c4d56245e060371931d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E6=9C=A8=E6=88=90=E8=88=9F?= Date: Tue, 4 Jun 2019 14:58:50 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9topthink/think-helper?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index de162f5..940276d 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "require": { "topthink/think-installer": "~2.0", "topthink/framework": "5.1.*", - "topthink/think-helper": "~1.0", + "topthink/think-helper": "^1.0", "phpunit/phpunit": "^6.0", "symfony/dom-crawler": "^2.8.8" }, From 1220a1100cbc26a1db1dd2d784119d34b6141953 Mon Sep 17 00:00:00 2001 From: Functions Date: Mon, 17 Jun 2019 19:07:02 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9composer=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 940276d..da92b7f 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "topthink/think-testing", + "name": "functions/think-testing", "license": "Apache-2.0", "type": "think-testing", "authors": [ @@ -10,7 +10,7 @@ ], "require": { "topthink/think-installer": "~2.0", - "topthink/framework": "5.1.*", + "topthink/framework": "5.1.*", "topthink/think-helper": "^1.0", "phpunit/phpunit": "^6.0", "symfony/dom-crawler": "^2.8.8"