Merge pull request #4131 from crynobone/patch-1
Laravel 5.4 explicitly require phpunit 5.7.0+
This commit is contained in:
commit
1f4bf240a6
|
@ -12,7 +12,7 @@
|
|||
"require-dev": {
|
||||
"fzaninotto/faker": "~1.4",
|
||||
"mockery/mockery": "0.9.*",
|
||||
"phpunit/phpunit": "~5.0"
|
||||
"phpunit/phpunit": "~5.7"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
|
|
Loading…
Reference in New Issue