diff --git a/composer.json b/composer.json index 28e294bc..54b84193 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "paynl/sdk", "version": "2.2.0", "require": { - "php-curl-class/php-curl-class": "^8.3||^9.0", + "php-curl-class/php-curl-class": "^8.3||^9.0||^10|^11", "ext-json": "*", "ext-curl": "*" }, diff --git a/src/Curl/CurlInterface.php b/src/Curl/CurlInterface.php index 954ebe05..e44f2f3a 100644 --- a/src/Curl/CurlInterface.php +++ b/src/Curl/CurlInterface.php @@ -44,7 +44,7 @@ public function post($url, array $data = array(), $follow_303_with_post = false) * Set Opt * * @access public - * @param string $option + * @param int $option * @param mixed $value * * @return boolean