- Added Kafka broker with Zookeeper and Web UI (AKHQ)
- rdkafka extension is now installed on PHP versions >= 7.1
- imagick is now installed from pecl in PHP 8.0
- Bumped PHP minor versions
- Fixed issue with SSL certificates showing as invalid (#40)
- Added note to documentation about S3 path configuration
- Swoole version is now forced at 4.5.11 in PHP 7.1
- Update docs to include endpoint for S3 server
- S3-compatible object storage server (MinIO)
- DNS resolver can now be changed in
.env
- Update Stripe CLI to v1.5.8
- Update Digital Ocean CLI to v1.55.0
- Update nvm to v0.37.2
.env
file now contains comments to explain what each variable is for
- Stable release of PHP 8.0 now included
- Enable imagick extension in PHP 8 container
- Fix broken links in documentation
- Bump Stripe CLI version to v1.5.5
- Bump Digital Ocean CLI version to v1.52.0
- PHP 8.0 RC3
- Composer 2
- Laravel 8 support
- Fix regression from v1.3.7 that caused gd build to fail
- GD library in PHP 7.4 now supports png and webp images
- Documentation updates
- Documentation and readme updates
- Fixed zsh hanging on Windows when trying to get git status (2717c1f)
- Fix issue with workspace Dockerfile (fd9178f)
- Replace Emoji git statuses with ASCII equivalents for compatibility with terminals that don't support Emoji (c7ea84b)
- Path to magicLAMP update script has been fixed (2f7daaf)
- PHP and Node versions are now shown in shell (#9, 4dfa7b6)
- Added temporary upgrade script to prevent upgrade issues (fdd6c98)
- Memcached container is now included (#24, 28aabe0)
- RabbitMQ container is now included (#25, 37845da)
- Memcached extension is now installed for all PHP versions (2991644)
- DNS resolver is now included (#26, 9efcbfa)
- Git status is now disabled in zsh prompt to prevent hangs on Windows (#30, 5568b8e)
- Workspace performance improved and image size reduced by reducing Docker layers (a97bb17)
- Fixed issue where node and npm would become unavailable when switching PHP version (#31, 2a1c251)
- Postgres PHP driver is now included in the workspace (e3e74f6)
- Some containers are now tested automatically (#16, 1735092, 38f7abb, e8f823b)
- PHP version switcher no longer causes conflicts when run in parallel (33df08d)
- Swoole is now working in the PHP 7.1 container (344a5d7)
Initial release