Support phpunit 8.0 for php7.2 for now

pull/1/head 1.0.1
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"
}
}