forked from pH7Software/pH7-Social-Dating-CMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
66 lines (66 loc) · 2.12 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "ph7software/ph7cms",
"description": "pH7CMS is a Professional Social/Dating App/Site Builder",
"keywords": ["Web business builder","CMS","dating","social","social network","social networking","community","portal","user","member","member area","payment","business"],
"type": "project",
"homepage": "https://ph7cms.com",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Pierre-Henry Soria",
"email": "hi@ph7.me",
"homepage": "http://ph7.me",
"role": "Senior Software Developer"
}
],
"config": {
"vendor-dir": "_protected/vendor",
"bin-dir": "_protected/vendor/bin",
"cache-dir": "_protected/vendor/cache",
"autoloader-suffix": "PH7"
},
"require": {
"php": ">=5.6.0",
"geoip2/geoip2": "~2.0",
"stripe/stripe-php": "^5.9",
"swiftmailer/swiftmailer": "^5.4",
"ph-7/qrcode-generator-php-class": "^2.1",
"robthree/twofactorauth": "^1.6",
"facebook/graph-sdk": "^5.6",
"ext-curl": "*",
"ext-zip": "*",
"ext-zlib": "*",
"ext-mbstring": "*",
"ext-exif": "*",
"ext-dom": "*",
"ext-xml": "*",
"ext-json": "*",
"ext-gd": "*",
"ext-hash": "*",
"ext-pdo_mysql": "*",
"braintree/braintree_php": "^3.27",
"shrikeh/teapot": "^2.3",
"arcturial/clickatell": "^3.0",
"twilio/sdk": "^5.28",
"fzaninotto/faker": "^1.8"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"phake/phake": "^2.3",
"friendsofphp/php-cs-fixer": "^2.2",
"guzzlehttp/guzzle": "^6.3"
},
"suggest": {
"symfony/thanks": "Thank your favorite PHP projects on GitHub (in the form of GitHub stars) using the CLI"
},
"autoload-dev": {
"psr-4": {
"PH7\\Test\\": "_tests"
}
},
"support": {
"source": "https://github.com/pH7Software/pH7-Social-Dating-CMS",
"issues": "https://github.com/pH7Software/pH7-Social-Dating-CMS/issues",
"docs": "https://ph7cms.com/doc"
}
}