Bladeren bron

Bumped composer + updated README

Jan Oris 5 jaren geleden
bovenliggende
commit
08cb70241a
2 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 1 0
      README.md
  2. 1 1
      composer.json

+ 1 - 0
README.md

@@ -491,6 +491,7 @@ any validation on the cURL options. Additional information about available cURL
 | Method                |  Default value    | Description                                                       |
 |-----------------------|-------------------|-------------------------------------------------------------------|
 | withTimeout()         |  30 seconds       | Set the timeout of the request (integer or float)                 |
+| withConnectTimeout()  |  30 seconds       | Set the connect timeout of the request (integer or float)         |
 | allowRedirect()       |  false            | Allow the request to be redirected internally                     |
 | asJsonRequest()       |  false            | Submit the request data as JSON                                   |
 | asJsonResponse()      |  false            | Decode the response data from JSON                                |

+ 1 - 1
composer.json

@@ -1,7 +1,7 @@
 {
     "name": "ixudra/curl",
     "description": "Custom PHP Curl library for the Laravel 5 framework - developed by Ixudra",
-    "version": "6.18.1",
+    "version": "6.19.0",
     "keywords": ["Ixudra", "Laravel", "Curl"],
     "homepage": "http://ixudra.be",
     "license": "MIT",