2020-12-15 08:35:51 +01:00

30 lines
942 B
JSON

{
"version": "1.16.4",
"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",
"suggest": {
"docker": "docker-compose"
},
"architecture": {
"64bit": {
"url": "https://github.com/drud/ddev/releases/download/v1.16.4/ddev_windows-amd64.v1.16.4.tar.gz",
"hash": "a8f530b4798a06b2a25023a92f97116311b5617c58e1fa644d55617a5d68e4dd"
}
},
"bin": "ddev.exe",
"checkver": {
"github": "https://github.com/drud/ddev"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/drud/ddev/releases/download/v$version/ddev_windows-amd64.v$version.tar.gz"
}
},
"hash": {
"url": "$url.sha256.txt"
}
}
}