-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
executable file
·41 lines (41 loc) · 1.16 KB
/
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
32
33
34
35
36
37
38
39
40
41
{
"name": "integrated/word-connector",
"type": "symfony-bundle",
"description": "Integrated word connector Bundle",
"keywords": ["Integrated", "word connector"],
"homepage": "http://www.e-active.nl",
"license": "MIT",
"authors": [
{
"name": "e-Active",
"homepage": "http://www.e-active.nl"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=5.4",
"symfony/symfony": "~2.3",
"symfony/framework-bundle": "~2.2",
"knplabs/knp-paginator-bundle": "*",
"doctrine/mongodb": "~1.0",
"doctrine/mongodb-odm": "~1.0",
"doctrine/mongodb-odm-bundle": "~3.0",
"integrated/library": "~0.3",
"integrated/formtype-bundle": "~0.3",
"braincrafted/bootstrap-bundle": "~2.0",
"twbs/bootstrap": "3.*",
"funstaff/tika-bundle":"dev-master"
},
"autoload":{
"psr-0":{
"Integrated\\Bundle\\WordConnectorBundle": ""
}
},
"target-dir": "Integrated/Bundle/WordConnectorBundle",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}