Skip to content

4.1.0

Choose a tag to compare

@DavidLambauer DavidLambauer released this 28 May 14:32
· 16 commits to master since this release
c650464

What's changed

Magento 2.4.9 compatibility (#65)

  • Widened symfony/console constraint to ^5.4.46|^6.0|^7.0 — required by Magento 2.4.9's updated dependency tree.
  • Removed getMockForAbstractClass() usage from the test suite (deprecated in PHPUnit 10+) and replaced with explicit mock definitions.
  • Fixed returnCallback() deprecation notices in unit tests.

Thanks to @zohmi for this contribution.