From d810fc8e53e04e32d4dedb287ee0a1ad4782e5ad Mon Sep 17 00:00:00 2001 From: Aaron Feledy Date: Sat, 7 Mar 2026 19:53:28 -0600 Subject: [PATCH 1/2] feat: update @lando/php to ^1.12.0 - Enabled mod_headers and mod_expires Apache modules by default - Fixed xdebug log ownership issue with build_as_root/run_as_root --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 944d833..85a2080 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }}) +* Updated to [@lando/php@1.12.0](https://github.com/lando/php/releases/tag/v1.12.0) for mod_headers/mod_expires and xdebug log fix + * Removed `--ansi` flag from composer tooling command to prevent escape codes in redirected output * Fixed MySQL 8.4 startup failure by removing hardcoded `mysql_native_password` authentication [lando/mysql#69](https://github.com/lando/mysql/issues/69) diff --git a/package.json b/package.json index 6144291..389ccab 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@lando/mongo": "^1.4.0", "@lando/mssql": "^1.4.3", "@lando/mysql": "^1.6.0", - "@lando/php": "^1.10.0", + "@lando/php": "^1.12.0", "@lando/postgres": "^1.5.0", "lodash": "^4.17.21" }, From ca693aa90b9f19b424678894cd9657d0e8c10fed Mon Sep 17 00:00:00 2001 From: Aaron Feledy Date: Sat, 7 Mar 2026 20:13:53 -0600 Subject: [PATCH 2/2] chore: update package-lock.json --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a8f4028..8028e93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@lando/mongo": "^1.4.0", "@lando/mssql": "^1.4.3", "@lando/mysql": "^1.6.0", - "@lando/php": "^1.10.0", + "@lando/php": "^1.12.0", "@lando/postgres": "^1.5.0", "lodash": "^4.17.21" }, @@ -1506,9 +1506,9 @@ "license": "MIT" }, "node_modules/@lando/php": { - "version": "1.11.2", - "resolved": "https://registry.npmjs.org/@lando/php/-/php-1.11.2.tgz", - "integrity": "sha512-1fsT+GPThmUkB8X5iprBkX+VBoor/sXB8/oOwGFabeeVCcVq6ymDSBWgs8Qf2hdoxJiJcNT871//ohkQaotLYw==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/@lando/php/-/php-1.12.0.tgz", + "integrity": "sha512-yHhjdtGv0zgylfOubbWz09ufTr8yfi7so262RDJT5P03T24LfHPOBLFLTtdI8I1k0kzH9phxhQ4aZyex9TMhsg==", "bundleDependencies": [ "@lando/nginx", "lodash",