forked from akeneo/nelson
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 1.06 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
{
"name": "akeneo/nelson",
"type": "project",
"description": "Command based translation workflow between Crowdin and Github",
"tags": ["Crowdin", "Github", "Collaborative", "Translation", "Workflow"],
"license": "OSL-3.0",
"authors": [
{
"name": "Nicolas Dupont",
"email": "[email protected]"
},
{
"name": "Pierre Allard",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.4",
"symfony/console": "2.7.3",
"symfony/yaml": "2.7.3",
"symfony/finder": "2.7.3",
"symfony/config": "^2.7",
"monolog/monolog": "~1.0",
"akeneo/crowdin-api": "1.0.0-alpha7",
"knplabs/github-api": "1.4.14",
"symfony/dependency-injection": "^2.7",
"symfony/translation": "^2.7"
},
"require-dev": {
"phpspec/phpspec": "2.5.*",
"fabpot/php-cs-fixer": "^1.11"
},
"autoload": {
"psr-0": {"Akeneo\\": "src/"}
},
"config": {
"bin-dir": "bin"
}
}