@@ -8,7 +8,7 @@ Real examples from Fast Forward packages showing correct structure and formattin
88# FastForward\DevTools
99A Composer plugin that aggregates multiple PHP development tools into a single unified command.
1010
11- [ ![ PHP Version] ( https://img.shields.io/badge/php-^8.5 -777BB4?logo=php&logoColor=white )] ( https://www.php.net/releases/ )
11+ [ ![ PHP Version] ( https://img.shields.io/badge/php-^8.3 -777BB4?logo=php&logoColor=white )] ( https://www.php.net/releases/ )
1212[ ![ Composer Package] ( https://img.shields.io/badge/composer-fast--forward%2Fdev--tools-F28D1A.svg?logo=composer&logoColor=white )] ( https://packagist.org/packages/fast-forward/dev-tools )
1313[ ![ Tests] ( https://img.shields.io/github/actions/workflow/status/php-fast-forward/dev-tools/tests.yml?logo=githubactions&logoColor=white&label=tests&color=22C55E )] ( https://github.com/php-fast-forward/dev-tools/actions/workflows/tests.yml )
1414[ ![ Coverage] ( https://img.shields.io/badge/coverage-phpunit-4ADE80?logo=php&logoColor=white )] ( https://php-fast-forward.github.io/dev-tools/coverage/index.html )
@@ -17,7 +17,7 @@ A Composer plugin that aggregates multiple PHP development tools into a single u
1717[ ![ GitHub Sponsors] ( https://img.shields.io/github/sponsors/php-fast-forward?logo=githubsponsors&logoColor=white&color=EC4899 )] ( https://github.com/sponsors/php-fast-forward )
1818
1919## ✨ Features
20- - 🚀 Modern PHP 8.5 + syntax
20+ - 🚀 Modern PHP 8.3 + syntax
2121- 🔌 PSR-12 compliant code style
2222- 🧪 Integrated testing with PHPUnit
2323- 📚 Automated documentation generation
@@ -28,7 +28,7 @@ A Composer plugin that aggregates multiple PHP development tools into a single u
2828composer require --dev fast-forward/dev-tools:dev-main
2929```
3030
31- Requirements: PHP 8.5 +, Composer
31+ Requirements: PHP 8.3 +, Composer
3232
3333## 🛠️ Usage
3434``` php
@@ -67,7 +67,7 @@ Contributions welcome! See [CONTRIBUTING.md](CONTRIBUTING.md).
6767# FastForward\Http\Message
6868PSR-7 HTTP Message implementation and PSR-15 middleware.
6969
70- [ ![ PHP Version] ( https://img.shields.io/badge/php-^8.5 -777BB4?logo=php&logoColor=white )] ( https://www.php.net/releases/ )
70+ [ ![ PHP Version] ( https://img.shields.io/badge/php-^8.3 -777BB4?logo=php&logoColor=white )] ( https://www.php.net/releases/ )
7171[ ![ 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 )
7272[ ![ 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 )
7373[ ![ Coverage] ( https://img.shields.io/badge/coverage-phpunit-4ADE80?logo=php&logoColor=white )] ( https://php-fast-forward.github.io/http-message/coverage/index.html )
@@ -88,7 +88,7 @@ PSR-7 HTTP Message implementation and PSR-15 middleware.
8888composer require fast-forward/http-message
8989```
9090
91- Requirements: PHP 8.5 +
91+ Requirements: PHP 8.3 +
9292
9393## 🛠️ Usage
9494``` php
0 commit comments