{
"version": "4.28.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.28.1/symfony_windows_amd64.exe#/symfony.exe",
"hash": "8769cf2d1e2f4866d038f9f843b924dc7473da2698f88999cf98fb19945ad6c1"
},
"32bit": {
"url": "https://github.com/symfony/cli/releases/download/v4.28.1/symfony_windows_386.exe#/symfony.exe",
"hash": "aca6c5573d5141e08d95c71caa33347dba3954710ddb359bc39de4ac1e2d010c"
}
},
"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"
}
}
}
}
}