Functionally this release includes zero updates to our source (which happily contains only a single library at the moment 😸 ). Instead this release represents a shift in support and some tooling updates.
- Dropped support PHP 7.2 (Updated to 7.4)
- Added PHPFixer to help standardize our code base around PSR12
- Added PHPStan for static code analysis + generated a baseline at level 5
- Updated Docker setup for stronger xdebug support while removing Memcached and Kafka support (for now 😨 )
- Updated PHPUnit