Skip to content

PHP 8 support and compatibility with other PSR-7 implementations

Latest
Compare
Choose a tag to compare
@franzliedke franzliedke released this 03 Jan 01:35
· 2 commits to master since this release

Time for some PHP and dependency maintenance.

Summary

  • Add support for PHP 8, drop support for PHP <7.2.
  • Rely on middleware/utils package to pick an available PSR-7 implementation (#12, #13), don't force Laminas on people.