Skip to content

Commit 196b6c6

Browse files
authored
[php] Bump required version of the php-cs-fixer (#232)
This supports versions of PHP in our matrix. https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/tag/v3.51.0
1 parent 33060c4 commit 196b6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"require-dev": {
2121
"phpunit/phpunit": "^10.0",
2222
"vimeo/psalm": "5.19.1",
23-
"friendsofphp/php-cs-fixer": "^3.5",
23+
"friendsofphp/php-cs-fixer": "^3.51",
2424
"psalm/plugin-phpunit": "^0.18.0",
2525
"nikic/php-parser": "^4.14"
2626
},

0 commit comments

Comments
 (0)