diff --git a/composer.json b/composer.json index 1569965..e51adeb 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": "^7.2", "guzzlehttp/guzzle": "6.3.* || 6.5.*", "ext-json": "*", - "ramsey/uuid": "^3.8 || ^4.0" + "ramsey/uuid": "^3.8 || ^4.0" }, "require-dev": { "phpunit/phpunit": "8.5.4", diff --git a/readme.md b/readme.md index 1063b7f..84ec6e0 100644 --- a/readme.md +++ b/readme.md @@ -253,9 +253,9 @@ $fm->find('customers') ### Troubleshooting -##### Error: SSL certificate problem: unable to get local issuer certificate +#### Error: SSL certificate problem: unable to get local issuer certificate -If you run into this error try adding `[ 'client' => [ 'verify' => false ]` on setup, like so: +If you run into this error try adding `'client' => [ 'verify' => false ],` to the setup config, like so: ```php