{
    "version": "4.26.11",
    "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.11/symfony_windows_amd64.exe#/symfony.exe",
            "hash": "2583fb043bdba2903d08ae88879c1683c423cd7d5d71f4ce3fe8d3e433682f8d"
        },
        "32bit": {
            "url": "https://github.com/symfony/cli/releases/download/v4.26.11/symfony_windows_386.exe#/symfony.exe",
            "hash": "368be24c1e8ca7c8afa5279c7e997f48e7df14c0c9ad27591166f32d99e074cf"
        }
    },
    "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"
                }
            }
        }
    }
}