-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 1.05 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
{
"name": "idci/merge-token-bundle",
"type": "symfony-bundle",
"description": "IDCI MergeTokenBundle",
"homepage": "https://github.com/IDCI-Consulting/MergeTokenBundle",
"keywords": ["twig", "merge", "token", "symfony"],
"license": "MIT",
"authors": [
{
"name": "Brahim BOUKOUFALLAH",
"email": "[email protected]",
"homepage": "http://www.idci-consulting.fr"
},
{
"name": "Gabriel BONDAZ",
"email": "[email protected]",
"homepage": "http://www.idci-consulting.fr"
}
],
"require": {
"php": ">=5.3.3",
"twig/twig": "~1.0",
"jms/serializer-bundle": "~1.1",
"doctrine/common": "~2.1"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"autoload": {
"psr-0": { "IDCI\\Bundle\\MergeTokenBundle\\": "" }
},
"target-dir": "IDCI/Bundle/MergeTokenBundle",
"minimum-stability": "dev"
}