Skip to content

Commit c8c7969

Browse files
committed
Update documentation
1 parent 862121b commit c8c7969

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
![FastCGI Client CI PHP 7.1 - 8.0](https://github.com/hollodotme/fast-cgi-client/workflows/FastCGI%20Client%20CI%20PHP%207.1%20-%208.0/badge.svg)
1+
![FastCGI Client CI PHP 7.1 - 8.1](https://github.com/hollodotme/fast-cgi-client/workflows/FastCGI%20Client%20CI%20PHP%207.1%20-%208.0/badge.svg)
22
[![Latest Stable Version](https://poser.pugx.org/hollodotme/fast-cgi-client/v/stable)](https://packagist.org/packages/hollodotme/fast-cgi-client)
33
[![Total Downloads](https://poser.pugx.org/hollodotme/fast-cgi-client/downloads)](https://packagist.org/packages/hollodotme/fast-cgi-client)
4-
[![codecov](https://codecov.io/gh/hollodotme/fast-cgi-client/branch/master/graph/badge.svg)](https://codecov.io/gh/hollodotme/fast-cgi-client)
54

65
# Fast CGI Client
76

@@ -24,7 +23,7 @@ Please see the following links for earlier releases:
2423
* PHP >= 7.0 (EOL) [v1.0.0], [v1.0.1], [v1.1.0], [v1.2.0], [v1.3.0], [v1.4.0], [v1.4.1], [v1.4.2]
2524
* PHP >= 7.1 [v2.0.0], [v2.0.1], [v2.1.0], [v2.2.0], [v2.3.0], [v2.4.0], [v2.4.1], [v2.4.2], [v2.4.3], [v2.5.0],
2625
[v2.6.0], [v2.7.0], [v2.7.1], [v2.7.2], [v3.0.0-alpha], [v3.0.0-beta], [v3.0.0], [v3.0.1], [v3.1.0], [v3.1.1],
27-
[v3.1.2], [v3.1.3], [v3.1.4]
26+
[v3.1.2], [v3.1.3], [v3.1.4], [v3.1.5]
2827

2928
Read more about the journey to and changes in `v2.6.0`
3029
in [this blog post](https://github.com/hollodotme/fast-cgi-client/wiki/Background-Info-FastCgiClient-Version-2.6.0).
@@ -43,7 +42,7 @@ You can also find slides of my talks about this project on [speakerdeck.com](htt
4342
## Installation
4443

4544
```bash
46-
composer require hollodotme/fast-cgi-client:3.1.*
45+
composer require hollodotme/fast-cgi-client
4746
```
4847

4948
---
@@ -1013,6 +1012,8 @@ Run a call through a Unix Domain Socket
10131012
This shows the response of the php-fpm status page.
10141013

10151014

1015+
[v3.1.5]: https://github.com/hollodotme/fast-cgi-client/blob/v3.1.5/README.md
1016+
10161017
[v3.1.4]: https://github.com/hollodotme/fast-cgi-client/blob/v3.1.4/README.md
10171018

10181019
[v3.1.3]: https://github.com/hollodotme/fast-cgi-client/blob/v3.1.3/README.md

0 commit comments

Comments
 (0)