Skip to content

Commit 5fdadf9

Browse files
committed
Fix: Update badges in the README for consistency and visibility.
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent fd8f294 commit 5fdadf9

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# Fast Forward Framework
22

3-
[![PHP Version](https://img.shields.io/badge/php-^8.3-blue.svg)](https://www.php.net/releases/)
4-
[![Tests](https://github.com/php-fast-forward/clock/actions/workflows/tests.yml/badge.svg)](https://github.com/php-fast-forward/clock/actions/workflows/tests.yml)
5-
[![Coverage](https://img.shields.io/badge/coverage-phpunit-green)](https://php-fast-forward.github.io/framework/coverage/index.html)
6-
[![Docs](https://img.shields.io/badge/coverage-phpunit-green)](https://php-fast-forward.github.io/framework/index.html)
7-
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
8-
9-
[![PSR-7](https://img.shields.io/badge/PSR--7-http--message-777bb4.svg)](https://www.php-fig.org/psr/psr-7/)
10-
[![PSR-11](https://img.shields.io/badge/PSR--11-container-777bb4.svg)](https://www.php-fig.org/psr/psr-11/)
11-
[![PSR-14](https://img.shields.io/badge/PSR--14-event--dispatcher-777bb4.svg)](https://www.php-fig.org/psr/psr-14/)
12-
[![PSR-17](https://img.shields.io/badge/PSR--17-http--factory-777bb4.svg)](https://www.php-fig.org/psr/psr-7/)
13-
[![PSR-18](https://img.shields.io/badge/PSR--18-http--client-777bb4.svg)](https://www.php-fig.org/psr/psr-7/)
14-
[![PSR-20](https://img.shields.io/badge/PSR--20-clock-777bb4.svg)](https://www.php-fig.org/psr/psr-20/)
3+
[![PHP Version](https://img.shields.io/badge/php-^8.3-777BB4?logo=php&logoColor=white)](https://www.php.net/releases/)
4+
[![Tests](https://img.shields.io/github/actions/workflow/status/php-fast-forward/framework/tests.yml?logo=githubactions&logoColor=white&label=tests&color=22C55E)](https://github.com/php-fast-forward/framework/actions/workflows/tests.yml)
5+
[![Coverage](https://img.shields.io/badge/coverage-phpunit-4ADE80?logo=php&logoColor=white)](https://php-fast-forward.github.io/framework/coverage/index.html)
6+
[![Docs](https://img.shields.io/github/deployments/php-fast-forward/framework/github-pages?logo=readthedocs&logoColor=white&label=docs&labelColor=1E293B&color=38BDF8&style=flat)](https://php-fast-forward.github.io/framework/index.html)
7+
[![License](https://img.shields.io/github/license/php-fast-forward/framework?color=64748B)](LICENSE)
8+
[![GitHub Sponsors](https://img.shields.io/github/sponsors/php-fast-forward?logo=githubsponsors&logoColor=white&color=EC4899)](https://github.com/sponsors/php-fast-forward)
9+
10+
[![PSR-7](https://img.shields.io/badge/PSR--7-http--message-777BB4?logo=php&logoColor=white)](https://www.php-fig.org/psr/psr-7/)
11+
[![PSR-11](https://img.shields.io/badge/PSR--11-container-777BB4?logo=php&logoColor=white)](https://www.php-fig.org/psr/psr-11/)
12+
[![PSR-14](https://img.shields.io/badge/PSR--14-event--dispatcher-777BB4?logo=php&logoColor=white)](https://www.php-fig.org/psr/psr-14/)
13+
[![PSR-17](https://img.shields.io/badge/PSR--17-http--factory-777BB4?logo=php&logoColor=white)](https://www.php-fig.org/psr/psr-17/)
14+
[![PSR-18](https://img.shields.io/badge/PSR--18-http--client-777BB4?logo=php&logoColor=white)](https://www.php-fig.org/psr/psr-18/)
15+
[![PSR-20](https://img.shields.io/badge/PSR--20-clock-777BB4?logo=php&logoColor=white)](https://www.php-fig.org/psr/psr-20/)
1516

1617
**Fast Forward Framework** is a lightweight and fast PHP framework designed for building modern web
1718
and event-driven applications.

0 commit comments

Comments
 (0)