Skip to content

Commit aea5979

Browse files
docs: align readme php runtime support
1 parent c916650 commit aea5979

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The package is designed for projects that keep domain and application code frame
3131

3232
The SymPress Coding Standards package requires:
3333

34-
- PHP 8.2 or newer to run the standard
34+
- PHP 8.4 or newer to run the standard
3535
- Composer 2
3636
- PHP_CodeSniffer 3.13.5 or newer on the 3.x line
3737
- PHPCompatibility 9.3 or 10
@@ -42,7 +42,7 @@ The SymPress Coding Standards package requires:
4242
- WordPress Coding Standards 3.1 or newer
4343
- WordPress VIP Coding Standards
4444

45-
The enterprise profiles make the target PHP and WordPress support level explicit. The package can run on PHP 8.2+, while individual projects should run PHP_CodeSniffer on a PHP runtime that can tokenize the syntax used by that project.
45+
The enterprise profiles make the target PHP and WordPress support level explicit. Run PHP_CodeSniffer on a PHP runtime that can tokenize the syntax used by the project being checked.
4646

4747
When installed for local development, this package also declares PHPUnit and PHPStan-related development dependencies.
4848

@@ -112,7 +112,7 @@ This package contains these rulesets:
112112
- `SymPress-WordPress`: Extends `SymPress-Pure` with WordPress security, database, hook, i18n,
113113
compatibility, selected VIP checks, and WordPress i18n line-length exceptions. This layer does not pin a target PHP or WordPress version by itself.
114114
- `SymPress-Boundary`: WordPress boundary layer for plugin files, theme functions, bootstrap scripts, and integration glue.
115-
- `SymPress-Enterprise-LTS`: Conservative enterprise profile for PHP 8.2+ and WordPress 6.5+ migrations.
115+
- `SymPress-Enterprise-LTS`: Conservative enterprise profile for WordPress 6.5+ migrations.
116116
- `SymPress-Enterprise-Modern`: Recommended enterprise default for PHP 8.4+ and WordPress 7.0+ projects.
117117
- `SymPress-Enterprise-Next`: Strict profile for new codebases on PHP 8.5+ and WordPress 7.0+.
118118
- `SymPress-Plugin`: Compatibility name for `SymPress-Enterprise-Next`.
@@ -134,7 +134,7 @@ New enterprise projects should choose an explicit compatibility profile:
134134

135135
| Profile | Use when | Target |
136136
| ------- | -------- | ------ |
137-
| `SymPress-Enterprise-LTS` | A large legacy codebase needs conservative rollout and warning-first architecture rules. | PHP 8.2+, WordPress 6.5+ |
137+
| `SymPress-Enterprise-LTS` | A large legacy codebase needs conservative rollout and warning-first architecture rules. | WordPress 6.5+ |
138138
| `SymPress-Enterprise-Modern` | A current enterprise project wants strict security and correctness without forcing every style preference immediately. | PHP 8.4+, WordPress 7.0+ |
139139
| `SymPress-Enterprise-Next` | A new package or greenfield project intentionally tracks the newest supported stack. | PHP 8.5+, WordPress 7.0+ |
140140

0 commit comments

Comments
 (0)