All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add AMQP, PCov, Redis and zstd extensions for PHP 8.5
- Add tideways ENV variables (service, environment)
- Add Xdebug for PHP 8.5
- Add official PHP 8.5 release
- Add a built-in healthcheck. You can now use "docker compose up --wait" to wait until the container is fully ready. (@thx for that brilliant idea @BlackScorp)
- Typo: Replaced legacy variant name 'flex' with 'web' (thx @marcoschumacher)
- Add PHP 8.5 support
- Remove "Xdebug Beta" for PHP 8.4 and switch to official release
- It was possible to start the image with an unsupported Node version which led to problems. The container will now crash during startup to give you immediate feedback.
- Add "patch" package to support patching Composer vendors
- Add Supervisor
- Initial release with PHP 7.4, 8.0, 8.1, 8.2, 8.3 and 8.4, as well as Node 22 and 24