Downgrade phpunit
This commit is contained in:
parent
2f5edc8437
commit
5f8ad9b60f
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue