{ "version": "4.15.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.15.0/symfony_windows_amd64.exe#/symfony.exe", "hash": "a2dc9391f0dae83e9e0eef17c1f60437ec07053f1f67c1dba3cf5d2b5770f9bf" }, "32bit": { "url": "https://github.com/symfony/cli/releases/download/v4.15.0/symfony_windows_386.exe#/symfony.exe", "hash": "0778d9ae15287255d87058661fdcb9caf98267d4c905f2f9c48725ec174c5fe3" } }, "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" } } } } }