packagist meilisearch/meilisearch-php v0.14.0
v0.14.0 🐘

latest releases: dev-staging, dev-main, v1.12.0...
5 years ago

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! 🎉

Don't miss a new meilisearch-php release

NewReleases is sending notifications on new releases.