{
    "version": "4.13.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.13.0/symfony_windows_amd64.exe#/symfony.exe",
            "hash": "77da284053ac7e502ab4dfcf0382ddf608a7e050397c5765b79214ff73fbb309"
        },
        "32bit": {
            "url": "https://github.com/symfony/cli/releases/download/v4.13.0/symfony_windows_386.exe#/symfony.exe",
            "hash": "72e0e35a4282e3048d6ace6616a50039429300a88169d3b8066a1e49dd315112"
        }
    },
    "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"
                }
            }
        }
    }
}