Skip to content

Commit 1ef9064

Browse files
committed
Preparing laravel-menus 7.0 with support of laravel 8
1 parent e1610e1 commit 1ef9064

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All Notable changes to `laravel-menus` will be documented in this file.
44

55
## Next
66

7+
## 6.0.0 - 2020-11-11
8+
9+
### Added
10+
11+
- Laravel 8 support
12+
713
## 5.0.0 - 2019-10-01
814

915
### Added

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
| 5.7 | ^3.0 |
1717
| 5.8 | ^4.0 |
1818
| 6.0 | ^5.0 |
19+
| 8.0 | ^7.0 |
1920

2021
`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.
2122

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=7.1",
24-
"illuminate/support": "^6.0",
25-
"illuminate/config": "^6.0",
26-
"illuminate/view": "^6.0",
27-
"laravelcollective/html": "6.0.*"
23+
"php": ">=7.3",
24+
"illuminate/support": "^8.0",
25+
"illuminate/config": "^8.0",
26+
"illuminate/view": "^8.0",
27+
"laravelcollective/html": "6.2.*"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^8.0",
30+
"phpunit/phpunit": "^8.5",
3131
"mockery/mockery": "~1.0",
32-
"orchestra/testbench": "^4.0",
33-
"friendsofphp/php-cs-fixer": "^2.15"
32+
"orchestra/testbench": "^6.2",
33+
"friendsofphp/php-cs-fixer": "^2.16"
3434
},
3535
"autoload": {
3636
"psr-4": {
@@ -44,7 +44,7 @@
4444
},
4545
"extra": {
4646
"branch-alias": {
47-
"dev-master": "5.0-dev"
47+
"dev-master": "6.0-dev"
4848
},
4949
"laravel": {
5050
"providers": [

0 commit comments

Comments
 (0)