Skip to content

Commit

Permalink
Add: Laravel 9.x compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshsailor committed Jan 16, 2023
1 parent 4803637 commit c452bc4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
| 5.8 | ^4.0 |
| 6.0 | ^5.0 |
| 8.0 | ^7.0 |
| 9.0 | ^7.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
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
}
],
"require": {
"php": ">=7.3",
"illuminate/support": "^8.0",
"illuminate/config": "^8.0",
"illuminate/view": "^8.0",
"laravelcollective/html": "6.2.*"
"php": "^8.0",
"illuminate/support": "^9.44",
"illuminate/config": "^9.44",
"illuminate/view": "^9.44",
"laravelcollective/html": "^6.2"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
"mockery/mockery": "~1.0",
"orchestra/testbench": "^6.2",
"friendsofphp/php-cs-fixer": "^2.16"
"phpunit/phpunit": "~9.5",
"mockery/mockery": "~1.5",
"orchestra/testbench": "~7.16",
"friendsofphp/php-cs-fixer": "^3.13"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c452bc4

Please sign in to comment.