forked from qossmic/deptrac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·40 lines (39 loc) · 1014 Bytes
/
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
{
"name": "sensiolabs-de/deptrac",
"license": "MIT",
"require": {
"php": ">=5.5.9",
"nikic/php-parser": "~2.0",
"phpdocumentor/graphviz": "~1.0",
"symfony/console": "~2.7",
"symfony/filesystem": "~2.7",
"symfony/finder": "~2.7",
"graphp/graphviz": "0.2.*",
"symfony/yaml": "^2.7",
"symfony/dependency-injection": "^2.7",
"symfony/config": "^2.7",
"symfony/event-dispatcher": "^2.7",
"symfony/options-resolver": "^2.7",
"sensiolabs-de/astrunner": "dev-master"
},
"authors": [
{
"name": "timglabisch",
"email": "[email protected]"
}
],
"require-dev": {
"phpunit/phpunit": "4.8.*"
},
"autoload": {
"psr-4": {
"SensioLabs\\Deptrac\\": "src/"
}
},
"repositories": [
{
"url": "[email protected]:sensiolabs-de/astrunner.git",
"type": "git"
}
]
}