Skip to content

Commit

Permalink
Implement the Authors backend feature
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Mar 23, 2022
1 parent 465bafc commit d7679f5
Show file tree
Hide file tree
Showing 5 changed files with 1,304 additions and 2 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
}
],
"require": {
"php": "^8.0"
"php": "^8.0",
"illuminate/support": "^9.5",
"symfony/yaml": "^6.0"
},
"suggest": {
"hyde/hyde" : "The Framework package contains the Hyde Core. To create your site you should use the Hyde/Hyde project."
Expand Down
Loading

0 comments on commit d7679f5

Please sign in to comment.