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