Skip to content

Version 0.2.1

Compare
Choose a tag to compare
@Riimu Riimu released this 10 Oct 10:05
· 6 commits to master since this release

Changed

  • The library now depends on version ^2.0 of the zendframework/zend-diactoros
  • The ApplicationProvider now directly instantiates the PSR-17 factories provided by the updated Diactoros library
  • Improved some tests as result of mutation testing

Removed

  • The HttpFactoryInterface no longer implements the PSR-17 interfaces, and only provides the method
    createServerRequestFromGlobals.