Skip to content

Commit

Permalink
Merge pull request #70 from sirn-se/server-connections
Browse files Browse the repository at this point in the history
Additional documentation
  • Loading branch information
sirn-se authored Jul 9, 2024
2 parents 15e8151 + 558fa76 commit 36a79ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* Server `setMaxConnections(int|null)` (@sirn-se)
* Server `shutdown()` orderly close server (@sirn-se)
* `phrity/net-uri v2.1` for URI decoding (@sirn-se)
* Public class synopsis added to documentation (@sirn-se)

### `3.0.0`

Expand Down
4 changes: 2 additions & 2 deletions docs/Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Base your patch on corresponding version branch, and target that version branch

| Version | Branch | PHP | Status |
| --- | --- | --- | --- |
| [`3.1`](https://github.com/sirn-se/websocket-php/tree/3.1.0) | `v3.1-main` | `^8.1` | Under development |
| [`3.0`](https://github.com/sirn-se/websocket-php/tree/3.0.0) | `v3.0-main` | `^8.1` | Current version |
| [`3.1`](https://github.com/sirn-se/websocket-php/tree/3.1.0) | `v3.1-main` | `^8.1` | Current version |
| [`3.0`](https://github.com/sirn-se/websocket-php/tree/3.0.0) | `v3.0-main` | `^8.1` | Bug fixes only |
| [`2.2`](https://github.com/sirn-se/websocket-php/tree/2.2.0) | `v2.2-main` | `^8.0` | Bug fixes only |
| [`2.1`](https://github.com/sirn-se/websocket-php/tree/2.1.0) | - | `^8.0` | Not supported |
| [`2.0`](https://github.com/sirn-se/websocket-php/tree/2.0.0) | - | `^8.0` | Not supported |
Expand Down

0 comments on commit 36a79ed

Please sign in to comment.