Navigation Menu

Skip to content

Commit

Permalink
Add support for Laravel 9, fixes #49
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldyrynda committed Feb 16, 2022
1 parent 65fd3a7 commit 5356e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -15,7 +15,7 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "~5.0|~6.0|~7.0|~8.0"
"illuminate/support": "~5.0|~6.0|~7.0|~8.0|^9.0"
},
"require-dev": {
"phpspec/phpspec": "~2.0",
Expand Down

0 comments on commit 5356e3e

Please sign in to comment.