{
    "version": "4.23.0",
    "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.23.0/symfony_windows_amd64.exe#/symfony.exe",
            "hash": "87131f5c629102371fe11f3b2638b9967a0b2264a1bdd153fe149a37a4518c69"
        },
        "32bit": {
            "url": "https://github.com/symfony/cli/releases/download/v4.23.0/symfony_windows_386.exe#/symfony.exe",
            "hash": "cbda95d41825afbac3af770ffdc77fdfead6035051e657f8bb4c9dae856db346"
        }
    },
    "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"
                }
            }
        }
    }
}