Skip to content

v1.10.1

Latest

Choose a tag to compare

@xiaomlove xiaomlove released this 17 Feb 07:04
· 4 commits to php8 since this release

Fixed

  • IMDB dependency incompatibility

If you haven't upgraded to 1.10 yet, it's recommended to follow the upgrade documentation to upgrade directly to 1.10.1.

If you've already upgraded to 1.10.0 and encountered the following error:

Declaration of Imdb\Cache::get($key, $default = null) must be compatible with Psr\SimpleCache\CacheInterface::get(string $key, mixed $default = null)

You can also fix the issue by executing the following command to update dependencies:

composer require imdbphp/imdbphp:8.3.1 -W