@@ -1,7 +1,7 @@
{
"name": "ixudra/curl",
"description": "Custom PHP Curl library - developer by Ixudra",
- "version": "0.2.1",
+ "version": "0.2.2",
"keywords": ["Ixudra", "Laravel", "Curl"],
"homepage": "http://ixudra.be",
"license": "MIT",
@@ -45,7 +45,7 @@ class Curl {
$this->options[ 'POST' ] = $method;
}
- public function setPostParameters(array $parameters)
+ public function setPostParameters($parameters)
$this->options[ 'POST' ] = true;
$this->options[ 'POST_FIELDS' ] = $parameters;