Skip to content

Commit

Permalink
Preparing 3.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Sep 30, 2018
1 parent e576412 commit fb83d26
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,12 @@ All Notable changes to `laravel-menus` will be documented in this file.

## Next

## 3.0.0

### Added

- laravel 5.7 support

## 2.0.0 - 2018-02-14

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@
| 5.4 | ^0.5 |
| 5.5 | ^1.0 |
| 5.6 | ^2.0 |
| 5.7 | ^2.1 |
| 5.7 | ^3.0 |

`nwidart/laravel-menus` is a laravel package which created to manage menus. It has a feature called presenters which enables easy styling and custom structure of menu rendering.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -44,7 +44,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
"dev-master": "3.0-dev"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit fb83d26

Please sign in to comment.