PHP Version: PHP 8.5.0 **Deprecated**: Function curl_close() is deprecated since 8.5, as it has no effect since PHP 8.0 in /vendor/seven.io/api/src/Client.php on line 124 Solution: ```php if (PHP_VERSION_ID < 80000) { \curl_close($ch); } ```