{
    "version": "4.18.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.18.0/symfony_windows_amd64.exe#/symfony.exe",
            "hash": "680ea6c0fa6c0b1fb6c2732221e39fa1cd07313c6fa2ee4329fcdfc98ad1a2b5"
        },
        "32bit": {
            "url": "https://github.com/symfony/cli/releases/download/v4.18.0/symfony_windows_386.exe#/symfony.exe",
            "hash": "1997c5752510635f2ddaa8cc9e0593340c822904aa0b378e0a0ff2d4dad6f917"
        }
    },
    "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"
                }
            }
        }
    }
}