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