diff --git a/CHANGELOG.md b/CHANGELOG.md index e3f15c6..9fb31ed 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-lock.json b/package-lock.json index 58b37ea..4aa4287 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@lando/mariadb": "^1.7.0", "@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", "lodash": "^4.17.21" }, @@ -1472,9 +1472,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", diff --git a/package.json b/package.json index 8d818f6..a10a2e2 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@lando/mariadb": "^1.7.0", "@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", "lodash": "^4.17.21" },