Downgrade PHPUnit again for PHP 7.1

This commit is contained in:
Nabeel Shahzad
2019-04-07 19:46:08 -05:00
parent 62871c8a7d
commit e367bd9a2e
2 changed files with 8 additions and 8 deletions
+1 -1
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.*",