You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Version gate updated: `Helpers::getLaravelCompatabilityVersion()` now accepts 11, 12, 13
22
20
- CI matrix updated: PHP 8.3/8.4, Laravel 11/12/13
23
21
22
+
### Refactored
23
+
24
+
- Collapsed Laravel version compatibility layer from 12 files (4 dispatchers + 4 v11 traits + 4 v12 traits) into 4 self-contained traits. Version checks now happen inside each method with spread operators for different constructor signatures — no more file-level conditional trait loading. Removed phpstan bootstrap `class_alias` hacks that were needed for the old pattern.
0 commit comments