Merged
Conversation
- Enabled mod_headers and mod_expires Apache modules by default - Fixed xdebug log ownership issue with build_as_root/run_as_root
✅ Deploy Preview for lando-lamp ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix prepared a fix for the issue found in the latest run.
- ✅ Fixed: package-lock.json not updated with new dependency version
- Ran npm install to regenerate package-lock.json with @lando/php@1.12.0 matching the package.json constraint, verified npm ci now works.
Or push these changes by commenting:
@cursor push 3b468e8e67
Preview (3b468e8e67)
diff --git a/package-lock.json b/package-lock.json
--- 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",
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Changes
@lando/phpto^1.12.0What's in @lando/php v1.12.0
Note
Medium Risk
Dependency bump changes the default PHP/Apache runtime (enabling
mod_headers/mod_expires) and tweaks xdebug log handling, which could affect downstream app behavior in existing LAMP setups.Overview
Updates this plugin’s
@lando/phpdependency to^1.12.0(and refreshespackage-lock.jsonaccordingly).Documents the bump in
CHANGELOG.md, noting the new default Apache modules (mod_headers/mod_expires) and the xdebug log ownership fix included in@lando/php@1.12.0.Written by Cursor Bugbot for commit 7585712. This will update automatically on new commits. Configure here.