Skip to content

Commit

Permalink
Update Laravel to 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lsfiege committed Mar 4, 2019
1 parent 31ff7f1 commit 003da53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
],
"require": {
"php": ">=7.1.3",
"laravelcollective/html": "5.7.*",
"illuminate/translation": "5.7.*"
"laravelcollective/html": "5.8.*",
"illuminate/translation": "5.8.*"
},
"require-dev": {
"phpspec/phpspec": "~4.0"
Expand Down

0 comments on commit 003da53

Please sign in to comment.