File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 23
23
"nyholm/psr7" : " ^1.5" ,
24
24
"phpbench/phpbench" : " ^1.2" ,
25
25
"phpstan/extension-installer" : " ^1.1" ,
26
- "phpstan/phpstan" : " 1.10.54 " ,
26
+ "phpstan/phpstan" : " 1.10.55 " ,
27
27
"phpstan/phpstan-phpunit" : " 1.3.15" ,
28
28
"phpstan/phpstan-strict-rules" : " 1.5.2" ,
29
29
"phpunit/phpunit" : " ^9.5 || ^10" ,
Original file line number Diff line number Diff line change 8
8
"packageRules" : [
9
9
{
10
10
"matchPackagePatterns" : [" phpstan" ],
11
+ "automerge" : true ,
12
+ "automergeStrategy" : " squash" ,
11
13
"groupName" : " phpstan packages" ,
12
14
"groupSlug" : " phpstan" ,
13
15
"rangeStrategy" : " pin"
18
20
},
19
21
{
20
22
"matchPackageNames" : [" friendsofphp/php-cs-fixer" ],
21
- "automerge" : " true" ,
23
+ "automerge" : true ,
22
24
"automergeStrategy" : " squash"
23
25
}
24
26
],
You can’t perform that action at this time.
0 commit comments