-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathcomposer.json
executable file
·31 lines (31 loc) · 995 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "mbence/opentbs-bundle",
"type": "symfony-bundle",
"description": "OpenTBS Bundle for Symfony - create OpenOffice and Ms Office documents with Symfony",
"keywords": ["symfony","TBS","OpenTBS", "document", "OpenOffice", "MS Office", "odt", "docx", "xlsx", "pptx"],
"homepage": "https://github.com/mbence/OpenTBSBundle",
"license": "MIT",
"authors": [
{
"name": "Eduardo Valenzuela",
"email": "[email protected]",
"homepage": "http://davidzwirner.com",
"role": "Developer"
},
{
"name": "Bence Meszaros",
"email": "[email protected]",
"homepage": "http://bencemeszaros.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {
"MBence\\OpenTBSBundle": ""
}
},
"target-dir": "MBence/OpenTBSBundle"
}