libreto/assets/html2opendocument/composer.json
Ventricule da13fb7f55 Launch !
2018-02-19 22:48:41 +01:00

30 lines
665 B
JSON

{
"name": "catoth/html2opendocument",
"description": "Converting simple HTML to Opendocument Text (ODT) or Spreadsheets (ODS)",
"type": "library",
"minimum-stability": "stable",
"license": "MIT",
"keywords": [
"opendocument",
"html",
"odt",
"ods"
],
"authors": [
{
"name": "Tobias Hößl",
"email": "tobias@hoessl.eu"
}
],
"require": {
"php": ">=5.5.0",
"ext-zip": "*",
"ext-dom": "*",
"ezyang/htmlpurifier": "*"
},
"autoload": {
"psr-4": {
"CatoTH\\HTML2OpenDocument\\": ""
}
}
}