Skip to content

Commit

Permalink
chore(deps): update dependency phpstan/phpstan to v1.10.55 (#1509)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2024
1 parent dc93239 commit 8b347dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"nyholm/psr7": "^1.5",
"phpbench/phpbench": "^1.2",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "1.10.54",
"phpstan/phpstan": "1.10.55",
"phpstan/phpstan-phpunit": "1.3.15",
"phpstan/phpstan-strict-rules": "1.5.2",
"phpunit/phpunit": "^9.5 || ^10",
Expand Down
4 changes: 3 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"packageRules": [
{
"matchPackagePatterns": ["phpstan"],
"automerge": true,
"automergeStrategy": "squash",
"groupName": "phpstan packages",
"groupSlug": "phpstan",
"rangeStrategy": "pin"
Expand All @@ -18,7 +20,7 @@
},
{
"matchPackageNames": ["friendsofphp/php-cs-fixer"],
"automerge": "true",
"automerge": true,
"automergeStrategy": "squash"
}
],
Expand Down

0 comments on commit 8b347dc

Please sign in to comment.