Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
* Update support to Laravel Framework v5.1.

Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed May 17, 2015
1 parent 77b9aa8 commit b9aba7f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Laravel | Imagine
4.1.x | 2.1.x
4.2.x | 2.2.x
5.0.x | 3.0.x
5.1.x | 3.1.x@dev
5.1.x | 3.1.x

## Installation

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
"dev-master": "3.2-dev"
}
},
"minimum-stability": "dev"
Expand Down
7 changes: 6 additions & 1 deletion docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@
title: Imagine Change Log

---
## Version 3.1 {#v3-1}

### v3.1.0 {#v3-1-0}

* Update support to Laravel Framework v5.1.

## Version 3.0 {#v3-0}

### v3.0.1 {#v3.0.1}
### v3.0.1 {#v3-0-1}

* Add fallback support to Laravel 5 configuration.

Expand Down

0 comments on commit b9aba7f

Please sign in to comment.