Downgrade PHPUnit again for PHP 7.1

This commit is contained in:
Nabeel Shahzad
2019-04-07 19:46:08 -05:00
parent e2637ce0a7
commit 655dc39c63
2 changed files with 8 additions and 8 deletions

View File

@@ -49,7 +49,7 @@
"waavi/sanitizer": "1.0.x"
},
"require-dev": {
"phpunit/phpunit": "7.3.x",
"phpunit/phpunit": "7.2.x",
"barryvdh/laravel-ide-helper": "^2.0",
"barryvdh/laravel-debugbar": "^3.0",
"mockery/mockery": "0.9.*",