Downgrade phpunit

This commit is contained in:
Oliver Davies 2019-05-21 12:52:39 +01:00
parent 2f5edc8437
commit 5f8ad9b60f

View file

@ -22,7 +22,7 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15",
"phpunit/phpunit": "^8.1"
"phpunit/phpunit": "^7.5"
},
"autoload": {
"files": ["src/helpers.php"]
@ -33,6 +33,9 @@
}
},
"config": {
"platform": {
"php": "7.1.3"
},
"sort-packages": true
}
}