{
    "version": "4.18.4",
    "description": "Wrapper for managing and deploying Symfony applications",
    "homepage": "https://github.com/symfony/cli",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/symfony/cli/releases/download/v4.18.4/symfony_windows_amd64.exe#/symfony.exe",
            "hash": "466d934e3bad5f105b82b8894d3c9739af5212cfda70c9422c4b78c891161b4a"
        },
        "32bit": {
            "url": "https://github.com/symfony/cli/releases/download/v4.18.4/symfony_windows_386.exe#/symfony.exe",
            "hash": "fab1a249167711aa592cd5c51cdc4a3b5dcd7db0046bcf33b86cbf43bbaf38a6"
        }
    },
    "bin": "symfony.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/symfony/cli/releases/download/v$version/symfony_windows_amd64.exe#/symfony.exe",
                "hash": {
                    "url": "https://symfony.com/download",
                    "regex": "windows_amd64:\\s+$sha256"
                }
            },
            "32bit": {
                "url": "https://github.com/symfony/cli/releases/download/v$version/symfony_windows_386.exe#/symfony.exe",
                "hash": {
                    "url": "https://symfony.com/download",
                    "regex": "windows_386:\\s+$sha256"
                }
            }
        }
    }
}