{
"version": "4.21.4",
"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.21.4/symfony_windows_amd64.exe#/symfony.exe",
"hash": "2f7f11f0409a65a0a0391e2006e432b127b70199b37671a0602b4aac2cec1e1c"
},
"32bit": {
"url": "https://github.com/symfony/cli/releases/download/v4.21.4/symfony_windows_386.exe#/symfony.exe",
"hash": "c7f08196950e15247385f51b3016ccb094696ad00ca5ba451c15b51892ec5d66"
}
},
"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"
}
}
}
}
}