{
    "version": "4.25.1",
    "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.25.1/symfony_windows_amd64.exe#/symfony.exe",
            "hash": "80d53f44ca64413268c9475fa7bd2dfa60e7308af521c25bbd4151b5383c3294"
        },
        "32bit": {
            "url": "https://github.com/symfony/cli/releases/download/v4.25.1/symfony_windows_386.exe#/symfony.exe",
            "hash": "aa39448b5ed37f186c5e6dbb0d1b528f8f83c3e57244df09c65d4f9ba055d46e"
        }
    },
    "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"
                }
            }
        }
    }
}