From 349f36df215b6c696b986da26584121fd552390d Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Thu, 2 Jul 2020 14:30:25 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=8D=E4=BD=8Ephpunit=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a664d57..21cc8b5 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": ">=7.1.0", - "topthink/framework": "^6.0.0", + "topthink/framework": "6.0.2", "topthink/think-orm": "v2.0.31", "topthink/think-migration": "^3.0", "thans/tp-jwt-auth": "^1.0", @@ -31,9 +31,9 @@ "phpoffice/phpspreadsheet": "^1.12" }, "require-dev": { - "symfony/var-dumper": "^4.2", "topthink/think-trace":"^1.0", - "phpunit/phpunit": "^8.5" + "phpunit/phpunit": "^7.5", + "symfony/var-dumper": "^5.1" }, "autoload": { "psr-4": {