{
"version": "4.24.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.24.0/symfony_windows_amd64.exe#/symfony.exe",
"hash": "b103db0263e2106e56871bbe2534dfcbe16cca9c4f2f502ccaf9547de1794f71"
},
"32bit": {
"url": "https://github.com/symfony/cli/releases/download/v4.24.0/symfony_windows_386.exe#/symfony.exe",
"hash": "f2e92dc4b286a2238c3759c1da326dce6da61ae362572abf21a49dd150db870b"
}
},
"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"
}
}
}
}
}