@@ -15,27 +15,27 @@ A collection of utilities for use with [PSR-7 Message implementations](https://w
15
15
[ packagist-badge ] : https://img.shields.io/packagist/v/chillerlan/php-http-message-utils?logo=packagist
16
16
[ packagist ] : https://packagist.org/packages/chillerlan/php-http-message-utils
17
17
[ license-badge ] : https://img.shields.io/github/license/chillerlan/php-http-message-utils
18
- [ license ] : https://github.com/chillerlan/php-http-message-utils/blob/main /LICENSE
18
+ [ license ] : https://github.com/chillerlan/php-http-message-utils/blob/v1.x-php7.4 /LICENSE
19
19
[ coverage-badge ] : https://img.shields.io/codecov/c/github/chillerlan/php-http-message-utils?logo=codecov
20
20
[ coverage ] : https://codecov.io/github/chillerlan/php-http-message-utils
21
21
[ scrutinizer-badge ] : https://img.shields.io/scrutinizer/g/chillerlan/php-http-message-utils?logo=scrutinizer
22
22
[ scrutinizer ] : https://scrutinizer-ci.com/g/chillerlan/php-http-message-utils
23
23
[ downloads-badge ] : https://img.shields.io/packagist/dt/chillerlan/php-http-message-utils?logo=packagist
24
24
[ downloads ] : https://packagist.org/packages/chillerlan/php-http-message-utils/stats
25
- [ gh-action-badge ] : https://github.com/ chillerlan/php-http-message-utils/workflows/CI/badge.svg
26
- [ gh-action ] : https://github.com/chillerlan/php-http-message-utils/actions/workflows/ci.yml
25
+ [ gh-action-badge ] : https://img.shields.io/github/actions/workflow/status/ chillerlan/php-http-message-utils/ci.yml?branch=v1.x-php7.4&logo=github
26
+ [ gh-action ] : https://github.com/chillerlan/php-http-message-utils/actions/workflows/ci.yml?query=branch%3Av1.x-php7.4
27
27
28
28
# Documentation
29
29
30
30
## Installation
31
31
** requires [ composer] ( https://getcomposer.org ) **
32
32
33
- ` composer.json ` (note: replace ` dev-main ` with a [ version boundary] ( https://getcomposer.org/doc/articles/versions.md ) )
33
+ ` composer.json ` (note: replace ` v1.x-php7.4 ` with a [ version boundary] ( https://getcomposer.org/doc/articles/versions.md ) )
34
34
``` json
35
35
{
36
36
"require" : {
37
37
"php" : " ^7.4 || ^8.0" ,
38
- "chillerlan/php-http-message-utils" : " dev-main "
38
+ "chillerlan/php-http-message-utils" : " v1.x-php7.4 "
39
39
}
40
40
}
41
41
```
0 commit comments