Fix for phpunit on 7.1

This commit is contained in:
Nabeel Shahzad
2019-04-07 19:17:44 -05:00
parent 54c4e017cc
commit 93b738be79
2 changed files with 3 additions and 3 deletions

View File

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