Skip to content

Commit 781512e

Browse files
Release 4.3.0
1 parent 2de54b4 commit 781512e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ CHANGE LOG
22
==========
33

44

5+
## V4.3 (27/02/2023)
6+
7+
* Added PHP 8.2 support
8+
9+
510
## V4.2 (24/01/2022)
611

712
* Dropped PHP 7.2 and 7.3 support

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ We present a modern [Bitbucket API 2.0](https://api.bitbucket.org/) client for P
55
![Banner](https://user-images.githubusercontent.com/2829600/86968999-f9334a80-c164-11ea-9c20-2a4f9f9c898f.png)
66

77
<p align="center">
8-
<a href="https://github.com/BitbucketPHP/Client/actions?query=workflow%3ATests"><img src="https://img.shields.io/github/workflow/status/BitbucketPHP/Client/Tests?label=Tests&style=flat-square" alt="Build Status"></img></a>
8+
<a href="https://github.com/BitbucketPHP/Client/actions?query=workflow%3ATests"><img src="https://img.shields.io/github/actions/workflow/status/BitbucketPHP/Client/tests.yml?label=Tests&style=flat-square" alt="Build Status"></img></a>
99
<a href="https://github.styleci.io/repos/127466560"><img src="https://github.styleci.io/repos/127466560/shield" alt="StyleCI Status"></img></a>
1010
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-brightgreen?style=flat-square" alt="Software License"></img></a>
1111
<a href="https://packagist.org/packages/bitbucket/client"><img src="https://img.shields.io/packagist/dt/bitbucket/client?style=flat-square" alt="Packagist Downloads"></img></a>
@@ -28,15 +28,16 @@ This version supports [PHP](https://php.net) 7.4-8.2. To get started, simply req
2828
### Standard Installation
2929

3030
```bash
31-
$ composer require "bitbucket/client:^4.3" "guzzlehttp/guzzle:^7.5" "http-interop/http-factory-guzzle:^1.2"
31+
$ composer require "bitbucket/client:^4.3" \
32+
"guzzlehttp/guzzle:^7.5" "http-interop/http-factory-guzzle:^1.2"
3233
```
3334

3435
### Framework Integration
3536

3637
#### Laravel:
3738

3839
```bash
39-
$ composer require "graham-campbell/bitbucket:^9.0"
40+
$ composer require "graham-campbell/bitbucket:^10.0"
4041
```
4142

4243
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).

0 commit comments

Comments
 (0)