forked from digilist/SnakeDumper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 711 Bytes
/
Copy pathcomposer.json
File metadata and controls
30 lines (30 loc) · 711 Bytes
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
{
"name": "digilist/snakedumper",
"license": "MIT",
"authors": [
{
"name": "Markus Fasselt",
"email": "markus.fasselt@gmail.com"
}
],
"bin": ["bin/snakedumper"],
"require": {
"php": ">=5.5",
"psr/log": "~1.0.0",
"symfony/config": "~3.0",
"symfony/yaml": "~3.0",
"symfony/console": "~3.0",
"doctrine/dbal": "~2.5",
"digilist/dependency-graph": "0.2",
"fzaninotto/faker": "~1.4",
"monolog/monolog": "^1.14"
},
"require-dev": {
"phpunit/phpunit": "~4.3"
},
"autoload": {
"psr-4": {
"Digilist\\SnakeDumper\\": "src/"
}
}
}