vimeo/vimeo-api version : 3.0.10
When using whith PHP 8.4.5, I have this deprecation notice:
Vimeo\Vimeo::__construct(): Implicitly marking parameter $access_token as nullable is deprecated, the explicit nullable type must be used instead
Vimeo\Vimeo::__construct(): Implicitly marking parameter $tus_client_factory as nullable is deprecated, the explicit nullable type must be used instead
Vimeo\Vimeo::setProxy(): Implicitly marking parameter $proxy_port as nullable is deprecated, the explicit nullable type must be used instead
Vimeo\Vimeo::setProxy(): Implicitly marking parameter $proxy_userpwd as nullable is deprecated, the explicit nullable type must be used instead
Nullable types is supported from PHP 7.1 and is prerequisite of version 3.0.10