Skip to content

v2.1.2

Choose a tag to compare

@joelwmale joelwmale released this 29 May 04:12
· 57 commits to master since this release
34626ee

Patch release improving static analysis support and test infrastructure compatibility.

Fixed

  • Added @mixin and @method PHPDoc annotations to CartFacade to resolve PHPStan/Larastan type errors when using the facade - @joelwmale

Changed

  • Added Laravel 13 to the list of supported versions
  • Updated PHPUnit configuration to use the PHPUnit 11.5 schema
  • Added a test bootstrap file to suppress PHP 8.4 deprecation notices originating from vendor packages

Contributors