Merge pull request #89 from creative-commoners/pulls/3.0/phpunit-version

FIX Ensure tests pass by reducing PHPUnit to 7.1.3
This commit is contained in:
Daniel Hensby 2018-08-20 17:47:15 +01:00 committed by GitHub
commit 9590000630
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
"silverstripe/vendor-plugin": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^7@dev"
"phpunit/phpunit": "7.1.3"
},
"extra": {
"branch-alias": {