Skip to content

Commit

Permalink
Minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thyyppa committed May 19, 2020
1 parent bcad624 commit e9001af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<?php
Expand Down

0 comments on commit e9001af

Please sign in to comment.