Skip to content

v2.3.2

Latest

Choose a tag to compare

@awcodes awcodes released this 09 Sep 18:44
· 1 commit to 2.x since this release
13210f5

Changed

  • league/html-to-markdown is now constrained to ^5.0 instead of *.

The unbounded constraint permitted 2.x through 4.x, none of which this package is written against, and would have silently accepted a future 6.0 with breaking changes to the HtmlConverter API that RicherEditorServiceProvider calls directly.

Resolution is unchanged in practice: * already resolved to the newest release, and ^5.0 resolves that same 5.1.2. This narrows what Composer is permitted to install rather than moving anything, so an existing install will see no change on update.