mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
22 lines
849 B
JSON
22 lines
849 B
JSON
{
|
|
"version": "1.15.1",
|
|
"description": "An open source tool that makes it simple to get local PHP development environments up and running in minutes",
|
|
"homepage": "https://ddev.readthedocs.io/en/latest/",
|
|
"license": "Apache-2.0",
|
|
"url": "https://github.com/drud/ddev/releases/download/v1.15.1/ddev_windows.v1.15.1.zip",
|
|
"hash": "bc321fd7992a2810a957d896fa760a6d488ded7deadc193fd3a2b17fddb2f10d",
|
|
"bin": "ddev.exe",
|
|
"suggest": {
|
|
"docker": "docker-compose"
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/drud/ddev"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/drud/ddev/releases/download/v$version/ddev_windows.v$version.zip",
|
|
"hash": {
|
|
"url": "https://github.com/drud/ddev/releases/download/v$version/ddev_windows.v$version.zip.sha256.txt"
|
|
}
|
|
}
|
|
}
|