wp-md-rest-import/composer.json

17 lines
444 B
JSON
Raw Permalink Normal View History

{
2025-03-24 13:54:35 +01:00
"name": "manus/markdown-parser-wp",
"description": "Ein WordPress-Plugin zum Extrahieren von YAML-Metadaten aus Markdown-Dateien und Konvertieren in JSON",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"require": {
2025-03-24 13:54:35 +01:00
"php": ">=7.2",
"symfony/yaml": "^5.4",
"erusev/parsedown": "^1.7"
},
"autoload": {
"psr-4": {
"MarkdownParserWP\\": "src/"
}
}
}