{
    "version": "4.26.7",
    "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.7/symfony_windows_amd64.exe#/symfony.exe",
            "hash": "19b2590b2c041a72f39406ac406464f35fa771d6d654ddb522858f5bcec66af6"
        },
        "32bit": {
            "url": "https://github.com/symfony/cli/releases/download/v4.26.7/symfony_windows_386.exe#/symfony.exe",
            "hash": "7e080d240f1737acc8f3a8677ef1eb0af37a4a31ff7c13caad25705c0b8a1d9e"
        }
    },
    "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"
                }
            }
        }
    }
}