Skip to content

Commit 03d9269

Browse files
fix: require php 8.4 runtime
1 parent aea5979 commit 03d9269

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
],
2727
"require": {
28-
"php": ">=8.2 <9.0",
28+
"php": ">=8.4 <9.0",
2929
"automattic/vipwpcs": "^3.0",
3030
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
3131
"phpcompatibility/php-compatibility": "^9.3 || ^10.0@alpha",

docs/Compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SymPress Coding Standards separates the PHP version required to run the standard
44

55
## Runtime Requirement
66

7-
The package can be installed on PHP 8.2 or newer. Projects that use syntax introduced after the PHP version running PHP_CodeSniffer should run PHPCS on the same PHP minor version as the project target, because tokenization of newer language syntax depends on the executing PHP runtime.
7+
The package can be installed on PHP 8.4 or newer. Projects that use syntax introduced after the PHP version running PHP_CodeSniffer should run PHPCS on the same PHP minor version as the project target, because tokenization of newer language syntax depends on the executing PHP runtime.
88

99
## Enterprise Profiles
1010

0 commit comments

Comments
 (0)