mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
chore: fix php-cs-fixer version to 3.41.*
See https://github.com/codeigniter4/CodeIgniter4/pull/8367#issuecomment-1868853441
This commit is contained in:
parent
8b56aad9cf
commit
1354ae78a3
@ -20,7 +20,7 @@
|
||||
"require-dev": {
|
||||
"codeigniter/coding-standard": "^1.5",
|
||||
"fakerphp/faker": "^1.9",
|
||||
"friendsofphp/php-cs-fixer": "3.13.0",
|
||||
"friendsofphp/php-cs-fixer": "~3.41.0",
|
||||
"kint-php/kint": "^5.0.4",
|
||||
"mikey179/vfsstream": "^1.6",
|
||||
"nexusphp/cs-config": "^3.6",
|
||||
|
@ -22,6 +22,7 @@
|
||||
"codeigniter/phpstan-codeigniter": "^1.4",
|
||||
"ergebnis/composer-normalize": "^2.28",
|
||||
"fakerphp/faker": "^1.9",
|
||||
"friendsofphp/php-cs-fixer": "~3.41.0",
|
||||
"kint-php/kint": "^5.0.4",
|
||||
"mikey179/vfsstream": "^1.6",
|
||||
"nexusphp/cs-config": "^3.6",
|
||||
|
Loading…
x
Reference in New Issue
Block a user