Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})

* Updated `@lando/php` to `^1.11.0` for MySQL client auto-detection fix

## v1.5.0 - [February 18, 2026](https://github.com/lando/solr/releases/tag/v1.5.0)

* Updated `@lando/php` to `^1.10.0`
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@babel/eslint-parser": "^7.16.0",
"@lando/leia": "^0.6.5",
"@lando/php": "^1.10.0",
"@lando/php": "^1.11.0",
"@lando/vitepress-theme-default-plus": "^1.1.1",
"chai": "^4.3.4",
"command-line-test": "^1.0.10",
Expand Down
Loading