Skip to content

Commit 9a342ee

Browse files
authored
Merge pull request #5 from TappNetwork/guzzle7
Now that Guzzle7 is out use the guzzle7 adapter
2 parents 87499ed + 6fcb426 commit 9a342ee

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,18 @@ PHP client for [Clockify.me API](https://clockify.me/developers-api).
1010

1111
## Install it
1212

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

1515
```bash
1616
composer require jdecool/clockify-api php-http/guzzle6-adapter
1717
```
1818

19+
Install using [composer](https://getcomposer.org), with guzzle7-adapter:
20+
21+
```bash
22+
composer require jdecool/clockify-api php-http/guzzle7-adapter
23+
```
24+
1925
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.
2026

2127
## Getting started

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"require-dev": {
2222
"friendsofphp/php-cs-fixer": "^2.15",
23-
"php-http/guzzle6-adapter": "^2.0.1",
23+
"php-http/mock-client": "^1.4",
2424
"phpstan/phpstan": "^0.11.16",
2525
"phpunit/phpunit": "^8.0"
2626
},

0 commit comments

Comments
 (0)