{
    "version": "4.13.2",
    "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.13.2/symfony_windows_amd64.exe#/symfony.exe",
            "hash": "30a944d8ff148bb6fa8c18fd5456e2d36785695cef444016e7efe10e1fd77478"
        },
        "32bit": {
            "url": "https://github.com/symfony/cli/releases/download/v4.13.2/symfony_windows_386.exe#/symfony.exe",
            "hash": "aeeeaed9fe6758fde23b0ef788df7ec2c621c832127d80b6243d49cf731df50b"
        }
    },
    "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"
                }
            }
        }
    }
}