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
- RequestStore has been removed and the SessionStore now depends on the RequestStack instead.
- StorableEntity has been removed.
- Internal classes (DoctrineEntityTypeFilter, StorableEntityTypeFilter, DoctrineEntityTypeMatcher and StorableEntityTypeMatcher) have been removed.
New (features):
- It is no longer needed to type hint for the StorableEntity.
- PHPStan and Psalm at highest levels.
- 100% code coverage using PHPUnit.
- Support for PHP ^8.1, Symfony ^6.0 and Doctrine Persistence ^3.0