Skip to content

Commit

Permalink
Merge pull request #40 from dniccum/laravel-11-support
Browse files Browse the repository at this point in the history
Adds support for Laravel 11
  • Loading branch information
dniccum authored Apr 2, 2024
2 parents 2524d53 + 410f29c commit 39e9591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"require": {
"php": ">=8.0",
"cebe/markdown": "^1.2",
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"spatie/yaml-front-matter": "^2.0",
"laravel/nova": "^4.0"
},
Expand Down

0 comments on commit 39e9591

Please sign in to comment.