Skip to content

Commit

Permalink
Merge pull request #16 from paynl/fromMaster
Browse files Browse the repository at this point in the history
From master
  • Loading branch information
woutse authored Oct 16, 2024
2 parents 77f6b04 + cc9bc18 commit 9933e3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Curl/CurlInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9933e3b

Please sign in to comment.