{ "version": "1.24.10", "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", "notes": [ "If you need to use HTTPS, install the custom root certificate.", "$dir\\mkcert.exe -install", "" ], "suggest": { "docker": "docker-compose" }, "architecture": { "64bit": { "url": "https://github.com/drud/ddev/releases/download/v1.24.10/ddev_windows-amd64.v1.24.10.zip", "hash": "cc3fa894bea7298bc6df3bb83b90668c7c9e88b031fa32d5757b9365a5d491d6" } }, "bin": [ "ddev.exe", "ddev-hostname.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.zip" } }, "hash": { "url": "$baseurl/checksums.txt" } } }