dragon_fire/www/composer.json

9 lines
175 B
JSON
Raw Normal View History

2023-05-30 00:10:02 +02:00
{
"require": {
"twig/twig": "^3.0",
"twig/markdown-extra": "^3.6",
2023-10-23 22:37:54 +02:00
"league/commonmark": "^2.4",
"spatie/yaml-front-matter": "^2.0"
2023-05-30 00:10:02 +02:00
}
}