Skip to content

Tags: moneo/laravel-morphmap

Tags

v2.0.0

Toggle v2.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
refactor: overhaul package for Laravel 12 support and fix critical bugs

- Fix customMorphMap key format (keys should be class FQCNs, values aliases)
- Add morphedByMany override for inverse relationships
- Add initializeHasCustomMorphMap using Laravel trait convention
- Use static::class instead of __CLASS__ for late static binding
- Rewrite test suite with 18 tests including DB integration
- Add Laravel 12, PHP 8.1-8.4 support, drop Laravel 8/9
- Add PHPStan (max level), Laravel Pint, CI matrix
- Modernize phpunit.xml.dist for PHPUnit 10/11
- Update README, CHANGELOG, add CONTRIBUTING.md

1.0.3

Toggle 1.0.3's commit message
change ownership

1.0.2

Toggle 1.0.2's commit message
bump version

1.0.0

Toggle 1.0.0's commit message
fix readme md