-
3.20.08974a121 · ·
### Release Notes for [3.20.0](https://github.com/laminas/laminas-stdlib/milestone/49) ### 3.20.0 - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **2** #### renovate - [120: Update dependency laminas/laminas-coding-standard to v3](https://github.com/laminas/laminas-stdlib/pull/120) thanks to @renovate[bot] #### Enhancement - [119: Add support for PHP 8.4](https://github.com/laminas/laminas-stdlib/pull/119) thanks to @gsteel
-
3.19.06a192dd0 · ·
### Release Notes for [3.19.0](https://github.com/laminas/laminas-stdlib/milestone/47) ### 3.19.0 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** #### Enhancement - [113: Minor PHP 8.4 compatibility improvement, Deprecate `ArrayUtils::inArray()`](https://github.com/laminas/laminas-stdlib/pull/113) thanks to @gsteel
-
3.18.0e85b2907 · ·
### Release Notes for [3.18.0](https://github.com/laminas/laminas-stdlib/milestone/46) Feature release (minor) ### 3.18.0 - Total issues resolved: **0** - Total pull requests resolved: **4** - Total contributors: **1** #### Documentation - [108: Deprecate array_filter related constants that should have been deprecated with companion method in 3.2](https://github.com/laminas/laminas-stdlib/pull/108) thanks to @gsteel - [103: Prepare docs for v4 branch](https://github.com/laminas/laminas-stdlib/pull/103) thanks to @gsteel #### Enhancement - [99: Support PHP 8.3](https://github.com/laminas/laminas-stdlib/pull/99) thanks to @gsteel #### Documentation,Enhancement - [98: General type inference improvements](https://github.com/laminas/laminas-stdlib/pull/98) thanks to @gsteel
-
3.17.0dd35c868 · ·
### Release Notes for [3.17.0](https://github.com/laminas/laminas-stdlib/milestone/43) Feature release (minor) ### 3.17.0 - Total issues resolved: **0** - Total pull requests resolved: **3** - Total contributors: **2** #### Enhancement - [84: Upgrade PHPUnit to ^10](https://github.com/laminas/laminas-stdlib/pull/84) thanks to @gsteel - [83: Drop support for php 8.0](https://github.com/laminas/laminas-stdlib/pull/83) thanks to @gsteel #### Bug - [79: Merge release 3.16.1 into 3.17.x](https://github.com/laminas/laminas-stdlib/pull/79) thanks to @github-actions[bot]
-
3.16.1f4f77364 · ·
### Release Notes for [3.16.1](https://github.com/laminas/laminas-stdlib/milestone/42) 3.16.x bugfix release (patch) ### 3.16.1 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** #### Bug - [78: Dropping `@psalm-self-out` to avoid incorrect type inference in inheritance](https://github.com/laminas/laminas-stdlib/pull/78) thanks to @Ocramius