-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 831 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 831 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": "sourcebroker/instance-manager",
"type": "component",
"description": "Instance Manager",
"license": "MIT",
"authors": [
{
"name": "Krystian Liński",
"email": "krystianlinski@gmail.com"
},
{
"name": "Krystian Szymukowicz",
"email": "k.szymukowicz@gmail.com"
}
],
"autoload": {
"psr-4": {"SourceBroker\\InstanceManager\\": "src"}
},
"require": {
"php": ">=5.3",
"silex/silex": "^1.2",
"knplabs/console-service-provider": "^1.0",
"symfony/config": "^2.4",
"symfony/yaml": "^2.4",
"symfony/process": "^2.4",
"twig/twig": "^1.1",
"sensiolabs/ansi-to-html": "^1.1",
"doctrine/dbal": "~2.4,<2.5"
}
}