Skip to content

Commit

Permalink
Upgrade laravel 11
Browse files Browse the repository at this point in the history
* Upgrade composer.json

* Change README

---------

Co-authored-by: Alexandre R <[email protected]>
  • Loading branch information
Ange7 and Alexandre R authored Apr 19, 2024
1 parent 7deb084 commit 92afacf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A Nova tool to manage menus.

* PHP >= 8.1
* Laravel Nova >= 4.0
* Laravel Framework >= 9.0 | >= 10.0
* Laravel Framework >= 9.0 | >= 10.0 | >= 11.0

> **NOTE**: These instructions are for Laravel >= 9.0 and Laravel Nova 4.0. If you are using prior version, please
> see the [previous version's docs](https://github.com/novius/laravel-nova-menu/tree/3-x).
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": "^8.1",
"laravel/nova": "^4.0",
"illuminate/support": "^9.0 | ^10.0",
"illuminate/support": "^9.0 | ^10.0 | ^11.0",
"novius/laravel-nova-order-nestedset-field": "^4.0",
"spatie/laravel-sluggable": "^3.4.0"
},
Expand Down

0 comments on commit 92afacf

Please sign in to comment.