15 lines
328 B
JSON
15 lines
328 B
JSON
{
|
|
"name": "kb-antora-importer/kb-antora-importer",
|
|
"description": "WordPress plugin for importing GitLab/Antora based AsciiDoc documentation.",
|
|
"type": "wordpress-plugin",
|
|
"license": "proprietary",
|
|
"require": {
|
|
"php": ">=8.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"KbAntoraImporter\\": "includes/"
|
|
}
|
|
}
|
|
}
|