{
"version": "4.22.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.22.0/symfony_windows_amd64.exe#/symfony.exe",
"hash": "34b55f6835cd836f6fe7a8fa5cd4993f4e5f7e861c91833bb790d784afcf134d"
},
"32bit": {
"url": "https://github.com/symfony/cli/releases/download/v4.22.0/symfony_windows_386.exe#/symfony.exe",
"hash": "156090212ab228f74fa586bfab49cc70cffc005d510b6959aa650ea450b59c5a"
}
},
"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"
}
}
}
}
}