Skip to content

1.15.0

Compare
Choose a tag to compare
@dbu dbu released this 09 Feb 12:07
· 58 commits to 1.x since this release
1.15.0
ebf69e0
  • #209 - Add generic Psr17Factory class
  • #208 - Add composer plugin to auto-install missing implementations.
    When libraries require an http implementation but no packages providing that implementation is installed in the application, the plugin will automatically install one.
    This is only done for libraries that directly require php-http/discovery to avoid unexpected dependency installation.