feat: missing tweaks for feed writing

This commit is contained in:
David Bailey 2024-01-04 16:03:02 +01:00
parent 596cc0e1a3
commit 87a14e0624
3 changed files with 6 additions and 2 deletions

View file

@ -3,6 +3,7 @@
"twig/twig": "^3.0",
"twig/markdown-extra": "^3.6",
"league/commonmark": "^2.4",
"spatie/yaml-front-matter": "^2.0"
"spatie/yaml-front-matter": "^2.0",
"laminas/laminas-feed": "^2.6"
}
}