Skip to content

Commit 3f14ff9

Browse files
authored
chore: update php-cs-fixer (#434)
* chore: update php-cs-fixer * chore: require symfony/polyfill-iconv in dev
1 parent 3500911 commit 3f14ff9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"require-dev": {
4646
"phpunit/phpunit": "^10.5.44|^11.5.6",
4747
"phpstan/phpstan": "^2.1.2",
48-
"friendsofphp/php-cs-fixer": "^v3.68.5"
48+
"friendsofphp/php-cs-fixer": "^v3.91.3",
49+
"symfony/polyfill-iconv": "^1.33"
4950
},
5051
"autoload": {
5152
"psr-4": {

0 commit comments

Comments
 (0)