-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 922 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
{
"name": "synergycp/bm-pkg-rwhois",
"description": "Synergy Control Panel - RWHOIS Package",
"keywords": ["Synergy", "Server", "Control", "Panel", "Dedicated", "RWHOIS"],
"license": "none",
"type": "project",
"require": {
},
"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\\Rwhois\\App\\": "app"
}
},
"autoload-dev": {
"psr-4": {
},
"classmap": [
]
},
"scripts": {
"post-install-cmd": [],
"post-update-cmd": [],
"post-create-project-cmd": []
},
"config": {
"preferred-install": "dist"
}
}