{
    "version": "4.23.2",
    "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.2/symfony_windows_amd64.exe#/symfony.exe",
            "hash": "10b68a1fe8852a68aefdcded6de172f06e2956853235fc3749a9344720879988"
        },
        "32bit": {
            "url": "https://github.com/symfony/cli/releases/download/v4.23.2/symfony_windows_386.exe#/symfony.exe",
            "hash": "38f7d8b3d4f8d431a660c8d2707691f886c275006e689ff08402fa540797dcee"
        }
    },
    "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"
                }
            }
        }
    }
}