Skip to content

Commit

Permalink
Merge pull request #53 from moura137/master
Browse files Browse the repository at this point in the history
Update to Laravel 5.4
  • Loading branch information
mewebstudio authored Apr 16, 2017
2 parents 74d915d + 7e6a8bd commit e7cb532
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/config": "5.1.*|5.2.*|5.3.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*",
"illuminate/filesystem": "5.1.*|5.2.*|5.3.*",
"illuminate/config": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/filesystem": "5.1.*|5.2.*|5.3.*|5.4.*",
"ezyang/htmlpurifier": "4.8.*"
},
"require-dev": {
Expand Down

0 comments on commit e7cb532

Please sign in to comment.