forked from Skrol29/opentbs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
21 lines (21 loc) · 786 Bytes
/
composer.json
File metadata and controls
21 lines (21 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "tinybutstrong/opentbs",
"description": "With OpenTBS you can merge LibreOffice, OpenOffice and Ms Office documents with PHP using the TinyButStrong template engine. Simple use LibreOffice, OpenOffice or Ms Office to edit your templates : DOCX, XLSX, PPTX, ODT, OSD, ODP and other formats.",
"type": "library",
"keywords": ["templating","docx","xlsx","pptx","odt","ods","odp"],
"homepage": "http://www.tinybutstrong.com/opentbs.php",
"license": "LGPL-3.0-only",
"authors": [
{
"name": "Skrol29",
"email": "skrol29dev@gmail.com"
}
],
"require": {
"php": ">=5.0",
"tinybutstrong/tinybutstrong": ">=3.15.1"
},
"autoload": {
"classmap": ["tbs_plugin_opentbs.php"]
}
}