-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 818 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 818 Bytes
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
{
"name": "james2001/odtbundle",
"description": "This is a Symfony2 Bundle, thanks to the Odtphp library",
"authors": [
{
"name": "Rathgeber Stephane",
"email": "[email protected]"
}
],
"keywords": ["odt", "symfony2", "bundle"],
"license": "MIT",
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.1",
"cybermonde/odtphp": "~1.3"
},
"require-dev": {
"phpunit/PHPUnit": "~4.6",
"symfony/class-loader": "~2.1",
"symfony/validator": "~2.1",
"symfony/browser-kit": "~2.1",
"sensio/framework-extra-bundle": "~2.1"
},
"autoload": {
"psr-0": { "James2001\\Bundle\\OdtBundle": "" }
},
"target-dir": "James2001/Bundle/OdtBundle"
}