Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Nov 16, 2021
1 parent c733c0c commit 269a030
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All Notable changes to `laravel-menu` will be documented in this file

## 4.0.1 - 2021-11-17

- allow spatie/menu v3

## 4.0.0 - 2021-03-22
- Added: PHP 8 only support
- Changed: All syntax changed to PHP 8+
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"illuminate/auth": "^7.24|^8.0",
"illuminate/contracts": "^7.24|^8.0",
"illuminate/support": "^7.24|^8.0",
"spatie/menu": "^2.8"
"spatie/menu": "^3.0"
},
"require-dev": {
"fakerphp/faker": "^1.9",
Expand Down

0 comments on commit 269a030

Please sign in to comment.