15 lines
327 B
JSON
15 lines
327 B
JSON
{
|
|
"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/"
|
|
}
|
|
}
|
|
}
|