Skip to content

Commit

Permalink
Add Laravel 5.2.* support
Browse files Browse the repository at this point in the history
  • Loading branch information
forxer committed Nov 30, 2016
1 parent cdf7a1e commit 3cb50bd
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.1.0 (2016-11-30)
------------------

Add Laravel 5.2.* support

3.0.1 (2016-10-31)
------------------

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"
"laravel/framework" : "5.1.*|5.2.*"
},
"autoload" : {
"psr-4" : {
Expand Down

0 comments on commit 3cb50bd

Please sign in to comment.