From b362a3e2cc5c3a9549888a59f87e1d56b32af7e6 Mon Sep 17 00:00:00 2001 From: Aaron Feledy Date: Sat, 7 Mar 2026 19:53:32 -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 ecb77f6..2c53927 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 + ## v1.12.2 - [March 2, 2026](https://github.com/lando/symfony/releases/tag/v1.12.2) * Removed `--ansi` flag from composer tooling command to prevent escape codes in redirected output diff --git a/package.json b/package.json index 9597db5..83c62c4 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@lando/memcached": "^1.4.2", "@lando/mssql": "^1.4.3", "@lando/mysql": "^1.6.0", - "@lando/php": "^1.11.1", + "@lando/php": "^1.12.0", "@lando/postgres": "^1.5.0", "@lando/redis": "^1.2.3", "lodash": "^4.17.21" From 7da844af5f043f74e34d8ccd8ec285b5c0d6451b Mon Sep 17 00:00:00 2001 From: Aaron Feledy Date: Sat, 7 Mar 2026 20:14:00 -0600 Subject: [PATCH 2/2] chore: update package-lock.json --- package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2fc0aac..2d541c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@lando/memcached": "^1.4.2", "@lando/mssql": "^1.4.3", "@lando/mysql": "^1.6.0", - "@lando/php": "^1.11.1", + "@lando/php": "^1.12.0", "@lando/postgres": "^1.5.0", "@lando/redis": "^1.2.3", "lodash": "^4.17.21" @@ -1666,9 +1666,9 @@ "license": "MIT" }, "node_modules/@lando/php": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@lando/php/-/php-1.11.1.tgz", - "integrity": "sha512-3l6oEj6iZxL4vj59YbOinfu4ktUXYfHe7UlP1W5wePTaQH9K+RBCg8eCsPBmliQzc9ltX6JqvDYrAx2KN5K8Dw==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/@lando/php/-/php-1.12.0.tgz", + "integrity": "sha512-yHhjdtGv0zgylfOubbWz09ufTr8yfi7so262RDJT5P03T24LfHPOBLFLTtdI8I1k0kzH9phxhQ4aZyex9TMhsg==", "bundleDependencies": [ "@lando/nginx", "lodash", @@ -1685,7 +1685,7 @@ } }, "node_modules/@lando/php/node_modules/@lando/nginx": { - "version": "1.5.0", + "version": "1.6.0", "bundleDependencies": [ "lodash" ],