Skip to content

Commit de6d43b

Browse files
committed
Drop PHP 8.0 support
1 parent 2247c67 commit de6d43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=8.0 <8.5"
15+
"php": ">=8.1 <8.5"
1616
},
1717
"autoload": {
1818
"psr-4": {"PHPFUI\\PHPUnitSyntaxCoverage\\": "src/PHPFUI/PHPUnitSyntaxCoverage/"}

0 commit comments

Comments
 (0)