diff --git a/CHANGELOG.md b/CHANGELOG.md index f637181..2215bcc 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 9aa6dbb..aa6a2cb 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", diff --git a/package.json b/package.json index d438c42..a0c866a 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" },