forked from bahattab/Free-SSL-Certificate-from-freessl.tech
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 1.04 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
{
"name": "speed-up-website/freessl.tech-auto",
"description": "A PHP app/client for complete automation to issue/renew and install Let's Encrypt Free SSL certificate in cPanel shared hosting. This app/client also works on non-cPanel hosting except auto-installation.",
"type": "project",
"homepage": "https://freessl.tech",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Anindya Sundar Mandal",
"email": "[email protected]",
"homepage": "https://SpeedUpWebsite.info",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"docs": "https://freessl.tech/documentation-free-ssl-certificate-automation"
},
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": "^5.6 || ^7.0",
"ircmaxell/password-compat": "^1.0",
"indigophp/hash-compat": "^1.0"
},
"autoload": {
"psr-4": {
"FreeSslDotTech\\FreeSSLAuto\\": "FreeSSLAuto/src/"
}
}
}