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
Late Container Binding – Added setContainer() method to support container injection after router initialization. This prevents singleton leakage in FrankenPHP worker mode while preserving performance through cached route factories.
Worker Mode Support – Enhanced compatibility with long-running processes like FrankenPHP workers by allowing fresh container instances per request.
Type Annotation Improvements – Fixed PHPStan template issues for better static analysis support.