{
    "name": "speed-up-website/auto-install_free_ssl",
    "description": "Generate & install Free SSL Certificate, activate force HTTPS redirect with one click, fix insecure links & mixed content warning and get the PADLOCK in the browser’s address bar.",
    "type": "project",
    "license": "GNU General Public License, version 3",
    "authors": [
        {
            "name": "Free SSL Dot Tech",
            "email": "support@freessl.tech",
            "homepage": "https://freessl.tech"
        }
    ],
    "minimum-stability": "stable",
    "prefer-stable": true,
    "require": {
    	"php": "^5.6 || ^7.0 || ^8.0",
    	"indigophp/hash-compat": "^1.0"
    },
    "autoload": {
        "psr-4": {
            "AutoInstallFreeSSL\\FreeSSLAuto\\": "FreeSSLAuto/src/"
        }
    }
}