humanmade / local-vip

A Composer package providing a Docker-based local development environment for use with WordPress VIP projects.
7 stars 4 forks source link

Allow PHP 8.0 #19

Open alwaysblank opened 2 years ago

alwaysblank commented 2 years ago

Users should be able to select PHP 8.0 by specifying it like so:

    "extra": {
        "altis": {
            "modules": {
                "local-server": {
                    "php": "8.0"
                }
            }
        }
    }

Described in local-server docs.