Skip to content

Commit

Permalink
Merge pull request #119 from lsfiege/update_laravel_58
Browse files Browse the repository at this point in the history
Update Laravel to 5.8
  • Loading branch information
clemir authored Mar 4, 2019
2 parents 31ff7f1 + 003da53 commit 057ecaf
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 057ecaf

Please sign in to comment.