wordpress-plugin manus v1
This commit is contained in:
parent
b6d64972a2
commit
fdcc714dea
458 changed files with 4939 additions and 35448 deletions
|
|
@ -1,7 +1,16 @@
|
|||
{
|
||||
"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": {
|
||||
"mnapoli/front-yaml": "^2.0",
|
||||
"symfony/yaml": "^7.2",
|
||||
"league/commonmark": "^2.6"
|
||||
"php": ">=7.2",
|
||||
"symfony/yaml": "^5.4",
|
||||
"erusev/parsedown": "^1.7"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"MarkdownParserWP\\": "src/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue