{
    "version": "1.25.2",
    "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.25.2/ddev_windows-amd64.v1.25.2.zip",
            "hash": "b8052b4575466444dadfe0e4df9cfcb9e54ecde5dffa6c015da82da4b14aa125"
        }
    },
    "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"
        }
    }
}
