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