Skip to content

Commit febd3ca

Browse files
committed
chore: revert PHP version to 8.3
1 parent 9f0f7f0 commit febd3ca

12 files changed

Lines changed: 26 additions & 26 deletions

File tree

.agents/skills/package-readme/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This skill provides a comprehensive, reusable checklist and structure for creati
5050

5151
Example core row:
5252
```markdown
53-
[![PHP Version](https://img.shields.io/badge/php-^8.5-777BB4?logo=php&logoColor=white)](https://www.php.net/releases/)
53+
[![PHP Version](https://img.shields.io/badge/php-^8.3-777BB4?logo=php&logoColor=white)](https://www.php.net/releases/)
5454
[![Composer Package](https://img.shields.io/badge/composer-fast--forward%2Fcomponent-F28D1A.svg?logo=composer&logoColor=white)](https://packagist.org/packages/fast-forward/component)
5555
[![Tests](https://img.shields.io/github/actions/workflow/status/php-fast-forward/component/tests.yml?logo=githubactions&logoColor=white&label=tests&color=22C55E)](https://github.com/php-fast-forward/component/actions/workflows/tests.yml)
5656
[![Coverage](https://img.shields.io/badge/coverage-phpunit-4ADE80?logo=php&logoColor=white)](https://php-fast-forward.github.io/component/coverage/index.html)
@@ -64,7 +64,7 @@ This skill provides a comprehensive, reusable checklist and structure for creati
6464
Example:
6565
```markdown
6666
## ✨ Features
67-
- 🚀 Modern PHP 8.5+ syntax
67+
- 🚀 Modern PHP 8.3+ syntax
6868
- 🔌 PSR-11/PSR-7 compliant
6969
- ...
7070
```
@@ -77,7 +77,7 @@ This skill provides a comprehensive, reusable checklist and structure for creati
7777
```bash
7878
composer require fast-forward/component
7979
```
80-
Requirements: PHP 8.5+, ...
80+
Requirements: PHP 8.3+, ...
8181
```
8282

8383
- **Usage**

.agents/skills/package-readme/references/badges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Use this order unless the repository has an explicit reason to differ:
2121
### Core Row
2222

2323
```markdown
24-
[![PHP Version](https://img.shields.io/badge/php-^8.5-777BB4?logo=php&logoColor=white)](https://www.php.net/releases/)
24+
[![PHP Version](https://img.shields.io/badge/php-^8.3-777BB4?logo=php&logoColor=white)](https://www.php.net/releases/)
2525
[![Composer Package](https://img.shields.io/badge/composer-fast--forward%2Fpackage-F28D1A.svg?logo=composer&logoColor=white)](https://packagist.org/packages/fast-forward/package)
2626
[![Tests](https://img.shields.io/github/actions/workflow/status/php-fast-forward/package/tests.yml?logo=githubactions&logoColor=white&label=tests&color=22C55E)](https://github.com/php-fast-forward/package/actions/workflows/tests.yml)
2727
[![Coverage](https://img.shields.io/badge/coverage-phpunit-4ADE80?logo=php&logoColor=white)](https://php-fast-forward.github.io/package/coverage/index.html)

.agents/skills/package-readme/references/examples.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Real examples from Fast Forward packages showing correct structure and formattin
88
# FastForward\DevTools
99
A 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
2828
composer 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
6868
PSR-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.
8888
composer require fast-forward/http-message
8989
```
9090

91-
Requirements: PHP 8.5+
91+
Requirements: PHP 8.3+
9292

9393
## 🛠️ Usage
9494
```php

.agents/skills/phpdoc-code-style/references/fast-forward-conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Use this file for repository-specific PHPDoc and formatting decisions.
66

77
- Repository PHP files normally begin with `<?php` and `declare(strict_types=1);`.
88
- Source files commonly use the standard Fast Forward file header before the namespace.
9-
- The codebase targets PHP 8.5.
9+
- The codebase targets PHP 8.3.
1010
- Source namespaces live under `FastForward\\DevTools\\`; tests live under `FastForward\\DevTools\\Tests\\`.
1111

1212
## Standard Header Pattern

.agents/skills/sphinx-docs/references/rst-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Installation
124124
Requirements
125125
------------
126126
127-
- PHP 8.5 or higher
127+
- PHP 8.3 or higher
128128
- Composer
129129
130130
Install via Composer:

.github/workflows/reports.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
env:
4141
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ github.token }}"} }'
4242
with:
43-
php_version: '8.5'
43+
php_version: '8.3'
4444

4545
- name: Generate reports
4646
uses: php-actions/composer@v6
4747
with:
48-
php_version: '8.5'
48+
php_version: '8.3'
4949
php_extensions: pcov pcntl
5050
command: 'dev-tools'
5151
args: 'reports'

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
php-version: [ '8.5' ]
25+
php-version: [ '8.3', '8.4', '8.5' ]
2626
steps:
2727
- uses: actions/checkout@v6
2828

.github/workflows/wiki.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343
env:
4444
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ github.token }}"} }'
4545
with:
46-
php_version: '8.5'
46+
php_version: '8.3'
4747

4848
- name: Create Docs Markdown
4949
uses: php-actions/composer@v6
5050
with:
51-
php_version: '8.5'
51+
php_version: '8.3'
5252
command: 'dev-tools'
5353
args: 'wiki -- --target=.github/wiki'
5454

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FastForward\DevTools is a Composer plugin that aggregates multiple PHP developme
66

77
**Key Technologies:**
88

9-
- PHP 8.5+
9+
- PHP 8.3+
1010
- Composer plugin
1111
- PHPUnit 12.5 (testing)
1212
- Rector 2.x (automated refactoring)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FastForward DevTools is a Composer plugin that standardizes quality checks,
44
documentation builds, consumer repository bootstrap, and packaged agent skills
55
across Fast Forward libraries.
66

7-
[![PHP Version](https://img.shields.io/badge/php-^8.5-777BB4?logo=php&logoColor=white)](https://www.php.net/releases/)
7+
[![PHP Version](https://img.shields.io/badge/php-^8.3-777BB4?logo=php&logoColor=white)](https://www.php.net/releases/)
88
[![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)
99
[![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)
1010
[![Coverage](https://img.shields.io/badge/coverage-phpunit-4ADE80?logo=php&logoColor=white)](https://php-fast-forward.github.io/dev-tools/coverage/index.html)

0 commit comments

Comments
 (0)