wp-md-rest-import/composer.json

16 lines
444 B
JSON

{
"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": {
"php": ">=7.2",
"symfony/yaml": "^5.4",
"erusev/parsedown": "^1.7"
},
"autoload": {
"psr-4": {
"MarkdownParserWP\\": "src/"
}
}
}