Skip to content

3.18.0

Choose a tag to compare

@llaville llaville released this 22 Jan 09:11
· 1019 commits to master since this release

Added

  • PHP 8.1.2 support
  • PHP 8.0.15 support
  • new environment variable APP_VENDOR_DIR that identify vendor directory (auto-detection)
  • bin/compatinfo-db is made available into the bin-dir (from composer config)
  • new command db:create to setup database and load its contents (replaces composer script initialization and db:init command)

Changed

  • Igbinary reference updated to version 3.2.7 (stable)
  • Lzf reference updated to version 1.7.0 (stable)
  • Msgpack reference updated to version 2.2.0RC1 (beta)
  • Rdkafka reference updated to version 6.0.0 (stable)
  • Redis reference updated to version 5.3.6 (stable)
  • add composer config platform, following @remicollet suggestion
  • PHAR distribution compiled with box-project included now latest data references to be able to create external database

Removed

Fixed

  • #109 Class constants not well detected