Skip to content

Commit 034379c

Browse files
authored
Merge pull request #8368 from kenjis/fix-php-cs-fixer-version-to-3.41
chore: fix php-cs-fixer version to 3.41.*
2 parents 8b56aad + 1354ae7 commit 034379c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.5",
2222
"fakerphp/faker": "^1.9",
23-
"friendsofphp/php-cs-fixer": "3.13.0",
23+
"friendsofphp/php-cs-fixer": "~3.41.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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +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.41.0",
2526
"kint-php/kint": "^5.0.4",
2627
"mikey179/vfsstream": "^1.6",
2728
"nexusphp/cs-config": "^3.6",

0 commit comments

Comments
 (0)