Skip to content

Commit

Permalink
Add Laravel 5.3.* support
Browse files Browse the repository at this point in the history
  • Loading branch information
forxer committed Dec 1, 2016
1 parent 3cb50bd commit eee7c0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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
===============================

3.2.0 (2016-12-01)
------------------

Add Laravel 5.3.* support

3.1.0 (2016-11-30)
------------------

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"license" : "MIT",
"require" : {
"laravel/framework" : "5.1.*|5.2.*"
"laravel/framework" : "5.1.*|5.2.*|5.3.*"
},
"autoload" : {
"psr-4" : {
Expand Down

0 comments on commit eee7c0e

Please sign in to comment.