Skip to content

Commit

Permalink
Update to Laravel 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
moura137 committed Jan 26, 2017
1 parent e3f8b41 commit 7e6a8bd
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 7e6a8bd

Please sign in to comment.