Skip to content

Commit

Permalink
Merge pull request #5 from TappNetwork/guzzle7
Browse files Browse the repository at this point in the history
Now that Guzzle7 is out use the guzzle7 adapter
  • Loading branch information
jdecool committed Sep 29, 2020
2 parents 87499ed + 6fcb426 commit 9a342ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,18 @@ PHP client for [Clockify.me API](https://clockify.me/developers-api).

## Install it

Install using [composer](https://getcomposer.org):
Install using [composer](https://getcomposer.org), with guzzle6-adapter:

```bash
composer require jdecool/clockify-api php-http/guzzle6-adapter
```

Install using [composer](https://getcomposer.org), with guzzle7-adapter:

```bash
composer require jdecool/clockify-api php-http/guzzle7-adapter
```

The library is decoupled from any HTTP message client with [HTTPlug](http://httplug.io). That's why you need to install a client implementation `http://httplug.io/` in this example.

## Getting started
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15",
"php-http/guzzle6-adapter": "^2.0.1",
"php-http/mock-client": "^1.4",
"phpstan/phpstan": "^0.11.16",
"phpunit/phpunit": "^8.0"
},
Expand Down

0 comments on commit 9a342ee

Please sign in to comment.