Skip to content

Commit

Permalink
Merge pull request #18 from adriaanzon/laravel-9
Browse files Browse the repository at this point in the history
Support Laravel 9
  • Loading branch information
dniccum authored Mar 21, 2022
2 parents b230a46 + 9f1129a commit 6b567c3
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": ">=7.1.0",
"cebe/markdown": "^1.2",
"illuminate/support": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"spatie/yaml-front-matter": "^2.0"
},
"autoload": {
Expand Down

0 comments on commit 6b567c3

Please sign in to comment.