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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Breaking changes
Dropped PHP 7.3 / 7.4 support — now requires PHP ^8.0
Removed doctrine/annotations dependency — docblock @RequiresRoles({...}) is no longer read. Migrate to the PHP 8 attribute form #[RequiresRoles(['admin'])]
ZendAclModule no longer binds Reader / AnnotationReader / AttributeReader / DualReader — if your application relied on these transitive bindings, bind them yourself