Skip to content

Commit c10eeb8

Browse files
committed
Dropping PHP 74 Support
1 parent d57c1f7 commit c10eeb8

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
*/
88

9-
$config = include '../phpfui/PhpCsFixer.php';
9+
$config = include 'vendor/phpfui/phpunit-syntax-coverage/PhpCsFixer.php';
1010

1111
return $config->setFinder(PhpCsFixer\Finder::create()
1212
->exclude('vendor')

composer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,9 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=7.4 <8.3",
15+
"php": ">=8.0 <8.3",
1616
"rexxars/html-validator": ">=2.2"
1717
},
18-
"config": {
19-
"platform": {
20-
"php": "7.4"
21-
}
22-
},
2318
"require-dev": {
2419
"phpunit/phpunit": "^7.0 | <10.0",
2520
"phpfui/phpunit-syntax-coverage": ">=1.0",

phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
convertErrorsToExceptions="true"
77
convertNoticesToExceptions="true"
88
convertWarningsToExceptions="true"
9+
convertDeprecationsToExceptions="true"
910
processIsolation="false"
1011
stopOnFailure="false"
1112
bootstrap="./tests/bootstrap.php"

0 commit comments

Comments
 (0)