Skip to content

Commit

Permalink
Removes upport for older versions of Laravel and adds support for v10
Browse files Browse the repository at this point in the history
  • Loading branch information
dniccum committed Feb 21, 2023
1 parent 0f6d6d7 commit b655e9a
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": "^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"spatie/yaml-front-matter": "^2.0",
"laravel/nova": "^4.0"
},
Expand Down

0 comments on commit b655e9a

Please sign in to comment.