Update PHPUnit to 5.7

This commit is contained in:
Robbie Averill 2019-07-24 12:19:17 +02:00
parent f9b78e8fdf
commit f6873d084a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"silverstripe/tagfield": "^1.0"
},
"require-dev": {
"phpunit/PHPUnit": "~3.7@stable"
"phpunit/phpunit": "^5.7"
},
"extra": [],
"license": "BSD-2-Clause",