Support phpunit 8.0 for php7.2 for now

This commit is contained in:
Nemo 2020-02-24 23:54:30 +05:30
parent cc55f45269
commit 84dadeb1ff
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@
},
"require": {},
"require-dev": {
"phpunit/phpunit": "^9.0"
"phpunit/phpunit": "^9.0 || ^8.0"
}
}