Skip to content

Commit

Permalink
Release 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Feb 27, 2023
1 parent 2de54b4 commit 781512e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ CHANGE LOG
==========


## V4.3 (27/02/2023)

* Added PHP 8.2 support


## V4.2 (24/01/2022)

* Dropped PHP 7.2 and 7.3 support
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ We present a modern [Bitbucket API 2.0](https://api.bitbucket.org/) client for P
![Banner](https://user-images.githubusercontent.com/2829600/86968999-f9334a80-c164-11ea-9c20-2a4f9f9c898f.png)

<p align="center">
<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>
<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>
<a href="https://github.styleci.io/repos/127466560"><img src="https://github.styleci.io/repos/127466560/shield" alt="StyleCI Status"></img></a>
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-brightgreen?style=flat-square" alt="Software License"></img></a>
<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>
Expand All @@ -28,15 +28,16 @@ This version supports [PHP](https://php.net) 7.4-8.2. To get started, simply req
### Standard Installation

```bash
$ composer require "bitbucket/client:^4.3" "guzzlehttp/guzzle:^7.5" "http-interop/http-factory-guzzle:^1.2"
$ composer require "bitbucket/client:^4.3" \
"guzzlehttp/guzzle:^7.5" "http-interop/http-factory-guzzle:^1.2"
```

### Framework Integration

#### Laravel:

```bash
$ composer require "graham-campbell/bitbucket:^9.0"
$ composer require "graham-campbell/bitbucket:^10.0"
```

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).
Expand Down

0 comments on commit 781512e

Please sign in to comment.