Skip to content

Commit 672d982

Browse files
committed
Add support for PHP 8.0
1 parent 466031d commit 672d982

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": ">=8.1",
24+
"php": ">=8.0",
2525
"friendsofphp/php-cs-fixer": "^3.64"
2626
},
2727
"require-dev": {

psalm.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
errorBaseline="psalm-baseline.xml"
99
>
1010
<issueHandlers>
11+
<MissingClassConstType errorLevel="suppress"/>
1112
<RedundantConditionGivenDocblockType errorLevel="suppress"/>
1213
<RedundantCastGivenDocblockType errorLevel="suppress"/>
1314
<RiskyTruthyFalsyComparison errorLevel="suppress"/>

0 commit comments

Comments
 (0)