Skip to content

Major release v2.0.0

Latest
Compare
Choose a tag to compare
@ductiletoaster ductiletoaster released this 24 Sep 19:55
90baedf

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