forked from hove-io/MttBridgeBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.15 KB
/
composer.json
File metadata and controls
44 lines (44 loc) · 1.15 KB
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
42
43
44
{
"name": "canaltp/mtt-bridge-bundle",
"type": "symfony-bundle",
"description": "Mtt SAM bridge bundle",
"keywords": ["sam", "mtt", "bridge"],
"homepage": "https://github.com/CanalTP/MttBridgeBundle",
"license": "AGPLv3",
"authors": [
{
"name": "Akambi Fagbohoun",
"email": "akambi.fagbohoun@canaltp.fr"
},
{
"name": "Kévin ZIEMIANSKI",
"email": "kevin.ziemianski@canaltp.fr"
}
],
"repositories": [
{
"type": "git",
"url": "git@github.com:CanalTP/MttBundle.git"
}
],
"require": {
"php": ">=5.3.2",
"symfony/dependency-injection": "^2.6",
"symfony/http-foundation": "^2.6",
"symfony/security": "^2.6",
"symfony/translation": "^2.6",
"canaltp/mtt-bundle": "^1.0",
"canaltp/sam-ecore-application-manager-bundle": "~0.5"
},
"require-dev": {
"phpunit/phpunit": "4.5.*"
},
"autoload": {
"psr-4": { "CanalTP\\MttBridgeBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "0.2-dev"
}
}
}