Skip to content

Commit ecd49db

Browse files
committed
Use shim package for PHP CS Fixer
1 parent ea0211b commit ecd49db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"type": "library",
66
"require": {
77
"php": "^7.4 || ^8.0",
8-
"friendsofphp/php-cs-fixer": "^3.22",
9-
"kubawerlos/php-cs-fixer-custom-fixers": "^3.16.2"
8+
"kubawerlos/php-cs-fixer-custom-fixers": "^3.16.2",
9+
"php-cs-fixer/shim": "^3.22"
1010
},
1111
"require-dev": {
12-
"phpunit/phpunit": "^9.6.10",
13-
"vimeo/psalm": "^5.14.1"
12+
"phpunit/phpunit": "^9.6.11",
13+
"vimeo/psalm": "^5.15.0"
1414
},
1515
"autoload": {
1616
"psr-4": {

0 commit comments

Comments
 (0)