deps: add Frontmatter parser lib

This commit is contained in:
David Bailey 2023-10-23 22:37:54 +02:00
parent fcc42bde20
commit 1146e69f84
3 changed files with 211 additions and 74 deletions

View file

@ -2,6 +2,7 @@
"require": {
"twig/twig": "^3.0",
"twig/markdown-extra": "^3.6",
"league/commonmark": "^2.4"
"league/commonmark": "^2.4",
"spatie/yaml-front-matter": "^2.0"
}
}