{
    "version": "4.27.5",
    "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.27.5/symfony_windows_amd64.exe#/symfony.exe",
            "hash": "6f50f3baf246b3e4020ad480cf799725892bc70911401a1c53e045a0ff40ea24"
        },
        "32bit": {
            "url": "https://github.com/symfony/cli/releases/download/v4.27.5/symfony_windows_386.exe#/symfony.exe",
            "hash": "4363ea78c0549ddca6951fb42936574b2a436ae5a287699926ae285b5335a8e8"
        }
    },
    "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"
                }
            }
        }
    }
}