Skip to content

Commit 1ee3524

Browse files
Bumped version
1 parent 4895e11 commit 1ee3524

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,21 @@ This version supports [PHP](https://php.net) 7.1-7.4. To get started, simply req
3030
#### PHP 7.1+:
3131

3232
```bash
33-
$ composer require bitbucket/client:^3.2 php-http/guzzle6-adapter:^2.0.1 http-interop/http-factory-guzzle:^1.0
33+
$ composer require bitbucket/client:^3.3 php-http/guzzle6-adapter:^2.0.1 http-interop/http-factory-guzzle:^1.0
3434
```
3535

3636
#### PHP 7.2+:
3737

3838
```bash
39-
$ composer require bitbucket/client:^3.2 guzzlehttp/guzzle:^7.0.1 http-interop/http-factory-guzzle:^1.0
39+
$ composer require bitbucket/client:^3.3 guzzlehttp/guzzle:^7.0.1 http-interop/http-factory-guzzle:^1.0
4040
```
4141

4242
### Framework Integration
4343

4444
#### Laravel 6+:
4545

4646
```bash
47-
$ composer require graham-campbell/bitbucket:^7.2 guzzlehttp/guzzle:^7.0.1 http-interop/http-factory-guzzle:^1.0
47+
$ composer require graham-campbell/bitbucket:^7.3 guzzlehttp/guzzle:^7.0.1 http-interop/http-factory-guzzle:^1.0
4848
```
4949

5050
We are decoupled from any HTTP messaging client by using [PSR-7](https://www.php-fig.org/psr/psr-7/), [PSR-17](https://www.php-fig.org/psr/psr-17/), [PSR-18](https://www.php-fig.org/psr/psr-18/), and [HTTPlug](https://httplug.io/). You can visit [HTTPlug for library users](https://docs.php-http.org/en/latest/httplug/users.html) to get more information about installing HTTPlug related packages. The framework integration [`graham-campbell/bitbucket`](https://github.com/GrahamCampbell/Laravel-Bitbucket) is by [Graham Campbell](https://github.com/GrahamCampbell).

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class Client
7474
*
7575
* @var string
7676
*/
77-
private const USER_AGENT = 'bitbucket-php-api-client/3.2';
77+
private const USER_AGENT = 'bitbucket-php-api-client/3.3';
7878

7979
/**
8080
* The HTTP client builder.

0 commit comments

Comments
 (0)