Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fre5h authored Sep 11, 2024
1 parent 03a1d7b commit a525e1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

## Features 🎁

- [x] Compatible with latest [Centrifugo 5.4.0](https://github.com/centrifugal/centrifugo/releases/tag/v5.4.0) 🚀
- [x] Compatible with latest [Centrifugo 5.4.5](https://github.com/centrifugal/centrifugo/releases/tag/v5.4.5) 🚀
- [x] Wrapper over [Centrifugo HTTP API](https://centrifugal.dev/docs/server/server_api#http-api) 🔌
- [X] Authentication with JWT token (HMAC algorithm) for [anonymous](./Resources/docs/authentication.md#anonymous), [authenticated user](./Resources/docs/authentication.md#authenticated-user) and [private channel](./Resources/docs/authentication.md#private-channel) 🗝️
- [x] [Batch request](./Resources/docs/centrifugo_service_methods.md#batch-request) in [JSON streaming format](https://en.wikipedia.org/wiki/JSON_streaming) 💪
Expand All @@ -22,7 +22,7 @@

## Requirements 🧐

* PHP >= 8.2
* PHP >= 8.3
* Symfony 7.0

## Installation 🌱
Expand All @@ -35,8 +35,8 @@ $ composer req fresh/centrifugo-bundle

| Bundle Version (X.Y.Z) | PHP | Symfony | Comment |
|:----------------------:|:--------:|:-------:|:--------------------|
| `5.3.*` | `>= 8.2` | `7.*` | **Current version** |
| `4.1.*` | `>= 8.2` | `6.*` | Previous version |
| `6.0.*` | `>= 8.3` | `7.*` | **Current version** |
| `5.3.*` | `>= 8.2` | `7.*` | Previous version |

By default, [Symfony Flex](https://symfony.com/doc/current/setup/flex.html) adds this bundle to the `config/bundles.php` file and adds required environment variables into `.env` file.
In case when you ignored `contrib-recipe` during bundle installation it would not be done. Then you have to do this manually.
Expand Down

0 comments on commit a525e1a

Please sign in to comment.