chore: fix php-cs-fixer version to 3.41.*

See https://github.com/codeigniter4/CodeIgniter4/pull/8367#issuecomment-1868853441
This commit is contained in:
kenjis 2023-12-25 17:45:09 +09:00
parent 8b56aad9cf
commit 1354ae78a3
No known key found for this signature in database
GPG Key ID: BD254878922AF198
2 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@
"require-dev": { "require-dev": {
"codeigniter/coding-standard": "^1.5", "codeigniter/coding-standard": "^1.5",
"fakerphp/faker": "^1.9", "fakerphp/faker": "^1.9",
"friendsofphp/php-cs-fixer": "3.13.0", "friendsofphp/php-cs-fixer": "~3.41.0",
"kint-php/kint": "^5.0.4", "kint-php/kint": "^5.0.4",
"mikey179/vfsstream": "^1.6", "mikey179/vfsstream": "^1.6",
"nexusphp/cs-config": "^3.6", "nexusphp/cs-config": "^3.6",

View File

@ -22,6 +22,7 @@
"codeigniter/phpstan-codeigniter": "^1.4", "codeigniter/phpstan-codeigniter": "^1.4",
"ergebnis/composer-normalize": "^2.28", "ergebnis/composer-normalize": "^2.28",
"fakerphp/faker": "^1.9", "fakerphp/faker": "^1.9",
"friendsofphp/php-cs-fixer": "~3.41.0",
"kint-php/kint": "^5.0.4", "kint-php/kint": "^5.0.4",
"mikey179/vfsstream": "^1.6", "mikey179/vfsstream": "^1.6",
"nexusphp/cs-config": "^3.6", "nexusphp/cs-config": "^3.6",