{
    "version": "4.26.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.26.4/symfony_windows_amd64.exe#/symfony.exe",
            "hash": "2b5a83cba9cd6ecdc050e5b57b03f9de53099ea21a59ddc9e704cccb399fb218"
        },
        "32bit": {
            "url": "https://github.com/symfony/cli/releases/download/v4.26.4/symfony_windows_386.exe#/symfony.exe",
            "hash": "2e3ecfc6176a4777ae1fa6190de589e444f8c35a0f254954958108e8bd571be9"
        }
    },
    "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"
                }
            }
        }
    }
}