{ "version": "4.18.1", "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.1/symfony_windows_amd64.exe#/symfony.exe", "hash": "9354bd63b7fbece67f23b1aae14d5c6ebc111f010f6b36b9135debccd016e90d" }, "32bit": { "url": "https://github.com/symfony/cli/releases/download/v4.18.1/symfony_windows_386.exe#/symfony.exe", "hash": "adab4717867bb53076b23eb5f8f182f9808ef43d0b769a4592fb17f83e2b187e" } }, "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" } } } } }