Skip to content

Commit

Permalink
prepare v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Jun 20, 2024
1 parent 2fe5924 commit 463e991
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ phpcent
[![Build Status](https://github.com/centrifugal/phpcent/workflows/test/badge.svg?branch=master)](https://github.com/centrifugal/phpcent/actions)
[![Latest Version](https://img.shields.io/github/release/centrifugal/phpcent.svg?style=flat-square)](https://github.com/centrifugal/phpcent/releases)

PHP library to communicate with Centrifugo v5 and v4 HTTP API (for Centrifugo v3 use phpcent v4.x).
PHP library to communicate with Centrifugo v5 HTTP API (for Centrifugo v4 use phpcent v5.x, for Centrifugo v3 use phpcent v4.x).

Library is published on the Composer: https://packagist.org/packages/centrifugal/phpcent

```bash
composer require centrifugal/phpcent:~5.0
composer require centrifugal/phpcent:~6.0
```

See [Centrifugo server API documentation](https://centrifugal.dev/docs/server/server_api).
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v6.0.0

Since phpcent v6.0.0 we do not maintain CHANGELOG.md file.

All changes may be found on [releases page](https://github.com/centrifugal/phpcent/releases) on Github.

# v5.1.0

* Add meta data support in jwt token [#56](https://github.com/centrifugal/phpcent/pull/56)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"messaging"
],
"homepage": "https://github.com/centrifugal/phpcent",
"version": "5.1.0",
"version": "6.0.0",
"license": "MIT",
"require": {
"php": ">=7.0.0",
Expand Down

0 comments on commit 463e991

Please sign in to comment.