@@ -15,27 +15,27 @@ A collection of utilities for use with [PSR-7 Message implementations](https://w
1515[ packagist-badge ] : https://img.shields.io/packagist/v/chillerlan/php-http-message-utils?logo=packagist
1616[ packagist ] : https://packagist.org/packages/chillerlan/php-http-message-utils
1717[ 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
1919[ coverage-badge ] : https://img.shields.io/codecov/c/github/chillerlan/php-http-message-utils?logo=codecov
2020[ coverage ] : https://codecov.io/github/chillerlan/php-http-message-utils
2121[ scrutinizer-badge ] : https://img.shields.io/scrutinizer/g/chillerlan/php-http-message-utils?logo=scrutinizer
2222[ scrutinizer ] : https://scrutinizer-ci.com/g/chillerlan/php-http-message-utils
2323[ downloads-badge ] : https://img.shields.io/packagist/dt/chillerlan/php-http-message-utils?logo=packagist
2424[ 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
2727
2828# Documentation
2929
3030## Installation
3131** requires [ composer] ( https://getcomposer.org ) **
3232
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 ) )
3434``` json
3535{
3636 "require" : {
3737 "php" : " ^7.4 || ^8.0" ,
38- "chillerlan/php-http-message-utils" : " dev-main "
38+ "chillerlan/php-http-message-utils" : " v1.x-php7.4 "
3939 }
4040}
4141```
0 commit comments