Skip to main content

laminas-webpack 2.0 released.

· One min read

Version 2.0 of laminas-webpack is now available.

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.

Credits

Thanks to fabiang who made the updates.