{
"version": "4.27.7",
"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.27.7/symfony_windows_amd64.exe#/symfony.exe",
"hash": "03f8dbd1767e18db239bf5578aee57b633d807461034848efdbd2bcf928cd81c"
},
"32bit": {
"url": "https://github.com/symfony/cli/releases/download/v4.27.7/symfony_windows_386.exe#/symfony.exe",
"hash": "de225e248253eb817c6be26064e3d3bea4bd05832e7489a69b69cc0d20718a11"
}
},
"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"
}
}
}
}
}