Skip to content

Commit

Permalink
Updating to be compatible with Laravel 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
noitran authored Mar 8, 2019
1 parent 4fd9db4 commit 1128766
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"type": "project",
"require": {
"php": ">=7.1.3",
"laravel/lumen-framework": "5.6 - 5.7",
"illuminate/contracts": "5.6 - 5.7",
"illuminate/support": "5.6 - 5.7",
"illuminate/validation": "5.6 - 5.7",
"illuminate/http": "5.6 - 5.7"
"laravel/lumen-framework": "5.6 - 5.8",
"illuminate/contracts": "5.6 - 5.8",
"illuminate/support": "5.6 - 5.8",
"illuminate/validation": "5.6 - 5.8",
"illuminate/http": "5.6 - 5.8"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1128766

Please sign in to comment.