You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ The package is designed for projects that keep domain and application code frame
31
31
32
32
The SymPress Coding Standards package requires:
33
33
34
-
- PHP 8.2 or newer to run the standard
34
+
- PHP 8.4 or newer to run the standard
35
35
- Composer 2
36
36
- PHP_CodeSniffer 3.13.5 or newer on the 3.x line
37
37
- PHPCompatibility 9.3 or 10
@@ -42,7 +42,7 @@ The SymPress Coding Standards package requires:
42
42
- WordPress Coding Standards 3.1 or newer
43
43
- WordPress VIP Coding Standards
44
44
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.
46
46
47
47
When installed for local development, this package also declares PHPUnit and PHPStan-related development dependencies.
48
48
@@ -112,7 +112,7 @@ This package contains these rulesets:
112
112
-`SymPress-WordPress`: Extends `SymPress-Pure` with WordPress security, database, hook, i18n,
113
113
compatibility, selected VIP checks, and WordPress i18n line-length exceptions. This layer does not pin a target PHP or WordPress version by itself.
114
114
-`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.
116
116
-`SymPress-Enterprise-Modern`: Recommended enterprise default for PHP 8.4+ and WordPress 7.0+ projects.
117
117
-`SymPress-Enterprise-Next`: Strict profile for new codebases on PHP 8.5+ and WordPress 7.0+.
118
118
-`SymPress-Plugin`: Compatibility name for `SymPress-Enterprise-Next`.
@@ -134,7 +134,7 @@ New enterprise projects should choose an explicit compatibility profile:
134
134
135
135
| Profile | Use when | Target |
136
136
| ------- | -------- | ------ |
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+ |
138
138
|`SymPress-Enterprise-Modern`| A current enterprise project wants strict security and correctness without forcing every style preference immediately. | PHP 8.4+, WordPress 7.0+ |
139
139
|`SymPress-Enterprise-Next`| A new package or greenfield project intentionally tracks the newest supported stack. | PHP 8.5+, WordPress 7.0+ |
0 commit comments