-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 774 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 774 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
{
"name": "h2o/h2ogame",
"description": "Professional Dating Affiliate Platform",
"keywords": ["Web business builder","CMS","affiliate","white label"],
"type": "project",
"homepage": "http://idzup.com",
"license": "GPL-3.0+",
"authors": [
{
"name": "Pierre-Henry Soria",
"email": "phy@hizup.uk",
"homepage": "http://about.ph7.me",
"role": "Senior Software Engineer"
}
],
"config": {
"vendor-dir": "_server/vendor",
"bin-dir": "_server/vendor/bin",
"cache-dir": "_server/vendor/cache",
"autoloader-suffix": "H2O"
},
"require": {
"php": ">=5.5.0",
"stripe/stripe-php": "^3.9",
"khill/lavacharts": "~3.0"
}
}