-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 869 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 869 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": "easypanel/provisioning-module-for-whmcs",
"description": "EasyPanel Provisioning Module for WHMCS Billing Automation Platform",
"keywords": [
"whmcs",
"easypanel",
"provisioning module",
"server module"
],
"homepage": "http://www.easypanel.io/",
"license": "MIT",
"authors": [
{
"name": "Mateus M. Côrtes",
"email": "mateus@lacorte.dev",
"homepage": "http://www.lacorte.dev/",
"role": "Developer"
}
],
"support": {
"email": "support@easypanel.io",
"forum": "https://discord.gg/9bcDSXcZQ7",
"wiki": "https://easypanel.io/docs"
},
"require": {
"ramsey/uuid": "^4.2",
"hackzilla/password-generator": "^1.6"
},
"require-dev": {
"phpunit/phpunit": "@stable"
}
}