MD Umbau
This commit is contained in:
14
kb-markdown-importer/composer.json
Normal file
14
kb-markdown-importer/composer.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "kb-markdown-importer/kb-markdown-importer",
|
||||
"description": "WordPress plugin for importing GitLab based Markdown documentation.",
|
||||
"type": "wordpress-plugin",
|
||||
"license": "proprietary",
|
||||
"require": {
|
||||
"php": ">=8.1"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"KbMarkdownImporter\\": "includes/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user