Skip to content

Commit b380809

Browse files
committed
Fix mll-lab/php-cs-fixer-config and update it through renovate
1 parent 6c23c8f commit b380809

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dms/phpunit-arraysubset-asserts": "dev-master",
2020
"ergebnis/composer-normalize": "^2.28",
2121
"friendsofphp/php-cs-fixer": "3.72.0",
22-
"mll-lab/php-cs-fixer-config": "^5.9.2",
22+
"mll-lab/php-cs-fixer-config": "5.11.0",
2323
"nyholm/psr7": "^1.5",
2424
"phpbench/phpbench": "^1.2",
2525
"phpstan/extension-installer": "^1.1",

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"rangeStrategy": "replace"
2020
},
2121
{
22-
"matchPackageNames": ["friendsofphp/php-cs-fixer"],
22+
"matchPackageNames": ["friendsofphp/php-cs-fixer", "mll-lab/php-cs-fixer-config"],
2323
"automerge": true,
2424
"automergeStrategy": "squash"
2525
}

0 commit comments

Comments
 (0)