Skip to content

Commit

Permalink
start support for laravel 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
forxer committed Jan 31, 2017
1 parent 6d18bea commit a5ce820
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog for Laravel Extension
===============================

5.0.0 (2017-01-31)
------------------

- Add Laravel 5.4.* support

4.1.0 (2016-12-21)
------------------

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"license" : "MIT",
"require" : {
"laravel/framework" : "5.1.*|5.2.*|5.3.*",
"laravelcollective/html" : "5.3.*",
"laravel/framework" : "5.4.*",
"laravelcollective/html" : "5.4.*",
"axn/laravel-common-languages-terms" : "dev-master"
},
"autoload" : {
Expand Down

0 comments on commit a5ce820

Please sign in to comment.