降低phpunit版本

This commit is contained in:
JaguarJack 2020-07-02 14:30:25 +08:00
parent 9ec043ba34
commit 349f36df21

View File

@ -18,7 +18,7 @@
], ],
"require": { "require": {
"php": ">=7.1.0", "php": ">=7.1.0",
"topthink/framework": "^6.0.0", "topthink/framework": "6.0.2",
"topthink/think-orm": "v2.0.31", "topthink/think-orm": "v2.0.31",
"topthink/think-migration": "^3.0", "topthink/think-migration": "^3.0",
"thans/tp-jwt-auth": "^1.0", "thans/tp-jwt-auth": "^1.0",
@ -31,9 +31,9 @@
"phpoffice/phpspreadsheet": "^1.12" "phpoffice/phpspreadsheet": "^1.12"
}, },
"require-dev": { "require-dev": {
"symfony/var-dumper": "^4.2",
"topthink/think-trace":"^1.0", "topthink/think-trace":"^1.0",
"phpunit/phpunit": "^8.5" "phpunit/phpunit": "^7.5",
"symfony/var-dumper": "^5.1"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {