Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

zend-expressive-fastroute 3.0.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 20 Mar 16:37
· 17 commits to master since this release

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #57 fixes how the FastRouteRouter::getDispatcher() method defines its return type hint to define it using the FastRoute\Dispatcher interface instead of the more specific GroupCountBased implementation; this change allows usage of alternate dispatchers with the router.