-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (28 loc) · 772 Bytes
/
composer.json
File metadata and controls
32 lines (28 loc) · 772 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
31
32
{
"name": "punchkick/xylophone",
"description": "A Silex skeleton project.",
"license": "MIT",
"authors": [
{
"name": "Daniel Wolf",
"email": "daniel.wolf@punchkick.com"
}
],
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"silex/silex": "^2.0",
"doctrine/dbal": "^2.5",
"symfony/yaml": "^3.2",
"knplabs/console-service-provider": "^2.0",
"monolog/monolog": "^1.22",
"symfony/twig-bridge": "^3.2",
"phpunit/phpunit": "^5.7",
"doctrine/migrations": "^1.4",
"silex/web-profiler": "^2.0",
"sorien/silex-pimple-dumper": "^2.0"
},
"autoload": {
"psr-4": {"Xylophone\\": "src/"}
}
}