Skip to content

Commit eaf2e08

Browse files
authored
Merge pull request #8416 from ddevsr/patch-1
chore: temporary fix for `PHP-CS-FIXER v3.47`
2 parents edee5c7 + 675ec94 commit eaf2e08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

admin/framework/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"require-dev": {
2121
"codeigniter/coding-standard": "^1.7",
2222
"fakerphp/faker": "^1.9",
23-
"friendsofphp/php-cs-fixer": "^3.43",
23+
"friendsofphp/php-cs-fixer": "~3.46.0",
2424
"kint-php/kint": "^5.0.4",
2525
"mikey179/vfsstream": "^1.6",
2626
"nexusphp/cs-config": "^3.6",

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"codeigniter/phpstan-codeigniter": "^1.4",
2323
"ergebnis/composer-normalize": "^2.28",
2424
"fakerphp/faker": "^1.9",
25-
"friendsofphp/php-cs-fixer": "^3.43",
25+
"friendsofphp/php-cs-fixer": "~3.46.0",
2626
"kint-php/kint": "^5.0.4",
2727
"mikey179/vfsstream": "^1.6",
2828
"nexusphp/cs-config": "^3.6",

0 commit comments

Comments
 (0)