Skip to content

Commit

Permalink
Updated to Laravel 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele committed Feb 27, 2019
1 parent 5504f67 commit d290d50
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
}
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/view": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/config": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/mail": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/log": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"php": ">=7",
"illuminate/support": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/view": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/config": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/mail": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/log": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"symfony/debug": "~3.1|~3.2|~4.0"
},
"autoload": {
Expand Down

0 comments on commit d290d50

Please sign in to comment.