Skip to content

Commit 3a15fb0

Browse files
committed
docs: refresh PHP floor and dependency versions for the 8.0 line
1 parent e89bc78 commit 3a15fb0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ class MyFeatureTest extends PHPUnit
8787

8888
## Dependencies
8989

90-
- PHP 8.2+ required
90+
- PHP 8.3+ required
9191
- PHPUnit ^9.6.29 as core testing framework
9292
- JBZoo toolbox ecosystem (codestyle, markdown, etc.)
9393
- Development dependencies managed via jbzoo/toolbox-dev
9494

9595
## CI/CD
9696

9797
GitHub Actions workflow runs:
98-
- PHPUnit tests across PHP 8.1, 8.2, 8.3
98+
- PHPUnit tests across PHP 8.3, 8.4, 8.5
9999
- Code quality checks (linters)
100100
- Coverage reporting to Coveralls
101101
- Matrix testing with different Composer flags (--prefer-lowest)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PHPUnit toolbox with short assertion aliases and useful testing utilities. This
1919
- **Extended assertions** - Additional assertions for emails, dates, amounts, file contents
2020
- **Environment detection** - Detect if running under TeamCity, Travis, PhpStorm
2121
- **Built-in utilities** - Tools for test organization and debugging
22-
- **PHP 8.2+ support** - Modern PHP features and strict typing
22+
- **PHP 8.3+ support** - Modern PHP features and strict typing
2323

2424
## Installation
2525

@@ -160,7 +160,7 @@ class PackageTest extends PHPUnit
160160

161161
## Requirements
162162

163-
- PHP 8.2 or higher
163+
- PHP 8.3 or higher
164164
- PHPUnit ^9.6.29
165165
- ext-filter, ext-mbstring
166166

0 commit comments

Comments
 (0)