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