-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
44 lines (44 loc) · 1.05 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
41
42
43
44
{
"name": "synergycp/scp-package-abuse",
"description": "Synergy Control Panel - Abuse Report Integration",
"keywords": ["Synergy", "Server", "Control", "Panel", "Dedicated", "Abuse", "Reports", "Email"],
"license": "none",
"type": "project",
"require": {},
"require-dev": {
"phpunit/phpunit": "~4.0",
"phpspec/phpspec": "^4.0",
"symfony/dom-crawler": "~3.0",
"symfony/css-selector": "~3.0",
"mockery/mockery": "^0.9.4"
},
"repositories": [],
"autoload": {
"classmap": [
"database"
],
"psr-4": {
"Packages\\Abuse\\App\\": "app"
},
"files": [
"app/Helpers/scp.php"
]
},
"autoload-dev": {
"psr-4": {
},
"classmap": [
],
"files": [
"bootstrap/dev.php"
]
},
"scripts": {
"post-install-cmd": [],
"post-update-cmd": [],
"post-create-project-cmd": []
},
"config": {
"preferred-install": "dist"
}
}