Skip to content

Releases: pixeloven/framework

Major release v2.0.0

24 Sep 19:55
90baedf
Compare
Choose a tag to compare

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

Patch release v1.0.1

16 Apr 19:43
Compare
Choose a tag to compare

Updating package requirements. Specifically defining Laravel lumen framework as a hard requirement.

First release v1.0.0

16 Apr 19:34
Compare
Choose a tag to compare

Creating PixelOven Lumen Framework