Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner committed May 7, 2019
1 parent ae5ae35 commit 2afa311
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
}
],
"require": {
"php": ">=7.0.0",
"illuminate/auth": "5.5 - 5.7"
"php": ">=7.1.3",
"illuminate/auth": "5.5 - 5.8"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
"laravel/laravel": "5.7.*",
"mockery/mockery": "0.9.*",
"laravel/laravel": "5.8.*",
"mockery/mockery": "*",
"phpmd/phpmd": "^2.6",
"phpunit/phpunit": "7.*",
"satooshi/php-coveralls" : "*",
Expand Down

0 comments on commit 2afa311

Please sign in to comment.