Skip to content

Commit 8c062a8

Browse files
committed
fix: update badge links in README.md for consistency and clarity
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent 93a984d commit 8c062a8

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Fast Forward HTTP Message
22

3-
[![PHP Version](https://img.shields.io/badge/php-^8.3-blue.svg)](https://www.php.net/releases/)
4-
[![License](https://img.shields.io/github/license/php-fast-forward/http-message.svg)](https://opensource.org/licenses/MIT)
5-
[![Tests](https://github.com/php-fast-forward/http-message/actions/workflows/tests.yml/badge.svg)](https://github.com/php-fast-forward/http-message/actions)
6-
[![Coverage](https://img.shields.io/badge/coverage-html-green?logo=phpunit&label=coverage&style=flat)](https://php-fast-forward.github.io/http-message/coverage/)
7-
[![Downloads](https://img.shields.io/packagist/dt/fast-forward/http-message)](https://packagist.org/packages/fast-forward/http-message)
3+
[![PHP Version](https://img.shields.io/badge/php-^8.3-777BB4?logo=php&logoColor=white)](https://www.php.net/releases/)
4+
[![Composer Package](https://img.shields.io/badge/composer-fast--forward%2Fhttp--message-F28D1A.svg?logo=composer&logoColor=white)](https://packagist.org/packages/fast-forward/http-message)
5+
[![PSR-7](https://img.shields.io/badge/PSR--7-http--message-777BB4?logo=php&logoColor=white)](https://www.php-fig.org/psr/psr-7/)
6+
[![Tests](https://img.shields.io/github/actions/workflow/status/php-fast-forward/http-message/tests.yml?logo=githubactions&logoColor=white&label=tests&color=22C55E)](https://github.com/php-fast-forward/http-message/actions/workflows/tests.yml)
7+
[![Coverage](https://img.shields.io/badge/coverage-phpunit-4ADE80?logo=php&logoColor=white)](https://php-fast-forward.github.io/http-message/coverage/index.html)
8+
[![Docs](https://img.shields.io/github/deployments/php-fast-forward/http-message/github-pages?logo=readthedocs&logoColor=white&label=docs&labelColor=1E293B&color=38BDF8&style=flat)](https://php-fast-forward.github.io/http-message/index.html)
9+
[![License](https://img.shields.io/github/license/php-fast-forward/http-message?color=64748B)](LICENSE)
10+
[![GitHub Sponsors](https://img.shields.io/github/sponsors/php-fast-forward?logo=githubsponsors&logoColor=white&color=EC4899)](https://github.com/sponsors/php-fast-forward)
811

912
A modern PHP library for working with PSR-7 HTTP Messages, focusing on immutability, strict typing, and developer ergonomics. Part of the [Fast Forward](https://github.com/php-fast-forward) ecosystem.
1013

0 commit comments

Comments
 (0)