Skip to content

v2.1.0

Choose a tag to compare

@joelwmale joelwmale released this 24 Mar 04:06
· 75 commits to master since this release
6638f81

Summary

This release migrates the package from the joelwmale namespace and Packagist vendor to wearepixel, reflecting the transfer of ownership to the Pixel organisation. All source files, tests, documentation, and configuration have been updated accordingly.

Changed

  • Renamed Packagist package from joelwmale/laravel-cart to wearepixel/laravel-cart
  • Renamed PHP namespace from Joelwmale\Cart to Wearepixel\Cart across all source files, tests, and documentation
  • Updated composer require instructions and vendor:publish commands in README to reflect new vendor name
  • Bumped mockery/mockery dev dependency from ^1.6 to ^2.0, dropping the hamcrest/hamcrest-php transitive dependency
  • Fixed event tests to mock Illuminate\Contracts\Events\Dispatcher instead of the concrete Illuminate\Events\Dispatcher
  • Updated minimum PHP platform requirement to >=8.3 in composer.lock

Contributors

No PR authors were identified for this release.