-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
40 lines (40 loc) · 1 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
40
{
"name": "synergycp/bm-pkg-switch-brocade-fcx-layer3",
"description": "Synergy Control Panel - Brocade FCX3 Layer 3 switch support",
"keywords": ["Synergy", "Server", "Control", "Panel", "Dedicated", "Brocade", "FCX", "Layer 3"],
"license": "none",
"type": "project",
"require": {
"doctrine/dbal": "~2.5"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"phpspec/phpspec": "~2.1",
"symfony/dom-crawler": "~3.0",
"symfony/css-selector": "~3.0",
"mockery/mockery": "^0.9.4"
},
"repositories": [],
"autoload": {
"classmap": [
"database"
],
"psr-4": {
"Packages\\SwitchBrocadeFcxLayer3\\App\\": "app"
}
},
"autoload-dev": {
"psr-4": {
},
"classmap": [
]
},
"scripts": {
"post-install-cmd": [],
"post-update-cmd": [],
"post-create-project-cmd": []
},
"config": {
"preferred-install": "dist"
}
}