Skip to content

v0.14.0 🐘

Compare
Choose a tag to compare
@curquiza curquiza released this 21 Sep 15:30
eacc7f5

Changes

Breaking changes ⚠️

  • Remove locked dependency with guzzle 6 to allow any psr18 compatible HTTP client (#81) @ppshobi
    => From now, no default HTTP client is present in this package to avoid this kind of issue #76.
    If you didn't use another HTTP client that guzzle, here is the new installation line you need to use:
$ composer require meilisearch/meilisearch-php php-http/guzzle6-adapter:^2.0 http-interop/http-factory-guzzle:^1.0

Thanks again to @mblarsen and @ppshobi! 🎉