Skip to content

Commit c11cd7c

Browse files
Merge branch '11.5' into 12.2
2 parents 7c2e078 + 78a8e65 commit c11cd7c

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.phive/phars.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
33
<phar name="phpab" version="^1.29" installed="1.29.3" location="./tools/phpab" copy="true"/>
4-
<phar name="php-cs-fixer" version="^3.69" installed="3.75.0" location="./tools/php-cs-fixer" copy="true"/>
4+
<phar name="php-cs-fixer" version="^3.69" installed="3.76.0" location="./tools/php-cs-fixer" copy="true"/>
55
<phar name="humbug/php-scoper" version="^0.18" installed="0.18.17" location="./tools/php-scoper" copy="true"/>
66
<phar name="composer" version="^2.8" installed="2.8.9" location="./tools/composer" copy="true"/>
77
</phive>

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
$config = new PhpCsFixer\Config;
3333
$config->setFinder($finder)
34+
->setUnsupportedPhpVersionAllowed(true)
3435
->setRiskyAllowed(true)
3536
->setRules([
3637
'align_multiline_comment' => true,

tools/php-cs-fixer

24.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)