Skip to content

Commit ec381f1

Browse files
authored
Merge pull request #214 from mimmi20/dependabot/composer/master/minor-patch-dependencies-1322a9091d
composer(deps-dev): bump the minor-patch-dependencies group with 4 updates
2 parents c240a30 + 5fd99bd commit ec381f1

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

.github/renovate.json5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"extends": ["mergeConfidence:all-badges"],
55

6-
"enabled": true,
6+
"enabled": false,
77

88
"assignees": [
99
"mimmi20"
@@ -13,8 +13,8 @@
1313
"commitBodyTable": true,
1414
"configMigration": true,
1515
"configWarningReuseIssue": false,
16-
"dependencyDashboard": true,
17-
"dependencyDashboardApproval": true,
16+
"dependencyDashboard": false,
17+
"dependencyDashboardApproval": false,
1818
"dependencyDashboardOSVVulnerabilitySummary": "all",
1919
"labels": [
2020
"dependencies"

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@
3333
"ext-xml": "*",
3434
"ext-xmlwriter": "*",
3535
"infection/infection": "^0.27.11 || ^0.28.1",
36-
"mimmi20/coding-standard": "^5.2.30",
36+
"mimmi20/coding-standard": "^5.2.32",
3737
"nikic/php-parser": "^v4.19.1 || ^v5.0.2",
3838
"phpstan/extension-installer": "^1.3.1",
3939
"phpstan/phpstan": "^1.11.1",
4040
"phpstan/phpstan-deprecation-rules": "^1.2.0",
4141
"phpstan/phpstan-phpunit": "^1.4.0",
4242
"phpunit/phpunit": "^10.5.20",
4343
"psr/log": "^3.0.0",
44-
"rector/rector": "^1.0.5",
45-
"symplify/phpstan-rules": "^12.4.9",
44+
"rector/rector": "^1.1.0",
45+
"symplify/phpstan-rules": "^12.6.4",
4646
"tomasvotruba/cognitive-complexity": "^0.2.3",
47-
"tomasvotruba/type-coverage": "^0.2.8",
47+
"tomasvotruba/type-coverage": "^0.3.0",
4848
"tomasvotruba/unused-public": "^0.3.9"
4949
},
5050
"minimum-stability": "stable",

phpstan.neon

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,9 @@ rules:
123123
# code complexity
124124
- Symplify\PHPStanRules\Rules\Explicit\NoMixedPropertyFetcherRule
125125
- Symplify\PHPStanRules\Rules\Explicit\NoMixedMethodCallerRule
126-
- Symplify\PHPStanRules\Rules\Enum\RequireEnumDocBlockOnConstantListPassRule
127126
# - Symplify\PHPStanRules\Rules\NoDynamicNameRule
128-
- Symplify\PHPStanRules\Rules\Explicit\NoRelativeFilePathRule
129-
# - Symplify\PHPStanRules\Rules\NoReturnArrayVariableListRule - todo: fix
127+
# - Symplify\PHPStanRules\Rules\NoReturnArrayVariableListRule # todo: fix
130128

131-
- Symplify\PHPStanRules\Rules\NoProtectedClassElementRule
132129
- Symplify\PHPStanRules\Rules\ForbiddenExtendOfNonAbstractClassRule
133130
- Symplify\PHPStanRules\Rules\Complexity\ForbiddenSameNamedNewInstanceRule
134131

@@ -141,12 +138,10 @@ rules:
141138

142139
# paths
143140
- Symplify\PHPStanRules\Rules\NoMissingDirPathRule
144-
- Symplify\PHPStanRules\Rules\NoAbstractMethodRule
145141
- Symplify\PHPStanRules\Rules\NoReferenceRule
146142
- Symplify\PHPStanRules\Rules\NoArrayAccessOnObjectRule
147143

148144
- Symplify\PHPStanRules\Rules\NoNullableArrayPropertyRule
149-
- Symplify\PHPStanRules\Rules\BoolishClassMethodPrefixRule
150145

151146
# dead-code
152147
- Symplify\PHPStanRules\Rules\NoIssetOnObjectRule

0 commit comments

Comments
 (0)