Files
adocWP/kb-antora-importer/composer.json
2026-05-12 14:37:09 +02:00

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/"
}
}
}