mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
22 lines
429 B
JSON
22 lines
429 B
JSON
{
|
|
"nasm": {
|
|
"type": "target",
|
|
"artifact": "nasm"
|
|
},
|
|
"php-sdk-binary-tools": {
|
|
"type": "target",
|
|
"artifact": "php-sdk-binary-tools"
|
|
},
|
|
"strawberry-perl": {
|
|
"type": "target",
|
|
"artifact": "strawberry-perl"
|
|
},
|
|
"vswhere": {
|
|
"type": "target",
|
|
"artifact": "vswhere",
|
|
"static-bins@windows": [
|
|
"vswhere.exe"
|
|
]
|
|
}
|
|
}
|