From aacfeeb4db8f133ec1477d46ee0c6440ea541edb Mon Sep 17 00:00:00 2001 From: miikkamakela-into Date: Mon, 23 Feb 2026 10:24:00 +0200 Subject: [PATCH] Update index.md to tell php 8.5 is supported --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 160a67b..aa2a440 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,7 +11,7 @@ Lando offers a configurable [recipe](https://docs.lando.dev/landofile/recipes.ht #### Features of this plugin: -* Configurable `php` version from `5.3` all the way to `8.4` +* Configurable `php` version from `5.3` all the way to `8.5` * Configurable `webroot` * Configurable web server (`apache` or `nginx`) * Configurable database backend (`mariadb`, `mysql`, or `postgres`)