Skip to content

Commit 51ddc73

Browse files
committed
#61 Dropped support for php older than 8.1
1 parent 117830c commit 51ddc73

File tree

9 files changed

+17199
-17396
lines changed

9 files changed

+17199
-17396
lines changed

.php-cs-fixer.dist.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
use Ergebnis\PhpCsFixer\Config\Factory;
1616
use Ergebnis\PhpCsFixer\Config\Rules;
17-
use Ergebnis\PhpCsFixer\Config\RuleSet\Php74;
17+
use Ergebnis\PhpCsFixer\Config\RuleSet\Php81;
1818

1919
$header = <<<'HEADER'
2020
This file is part of the SpojeNet\AbraFlexi package.
@@ -26,7 +26,7 @@
2626
file that was distributed with this source code.
2727
HEADER;
2828

29-
$ruleSet = Php74::create()->withHeader($header)->withRules(Rules::fromArray([
29+
$ruleSet = Php81::create()->withHeader($header)->withRules(Rules::fromArray([
3030
'blank_line_before_statement' => [
3131
'statements' => [
3232
'break',

0 commit comments

Comments
 (0)