Skip to content

Releases: visto9259/laminas-webpack

Release v2.0.0 - Updated PHP support and cleanup

02 Aug 18:08
Compare
Choose a tag to compare

Summary

This release does not add new functionality.

  • PHP versions supported: 7.4, 8.0. 8.1
  • Added type declarations
  • Added test and code checking

Breaking Changes:

  • Removed deprecated functions from version 1:
    • WebpackOptions::getScriptList($routeMatched)
  • Minimum requirements for PHP is 7.4.

Blog

laminas-webpack 2.0 released

Credits

Thanks to fabiang who made the updates.

Release 1.1.0 - Updated support for PHP 8

26 Jun 19:18
Compare
Choose a tag to compare

Added support for PHP8

  • Updated minimum PHP dependencies to 7.3 or 8.0