Skip to content

Fix route matching for different HTTP methods

Choose a tag to compare

@phpdevcommunity phpdevcommunity released this 01 Apr 15:29
· 3 commits to master since this release

Resolve issue where routes with same path but different methods weren't
handled correctly. Added proper MethodNotAllowed exception throwing.