Skip to content

Commit

Permalink
Merge pull request #261 from mimmi20/dependabot/composer/master/minor…
Browse files Browse the repository at this point in the history
…-patch-dependencies-0629e154de

composer(deps): bump the minor-patch-dependencies group with 5 updates
  • Loading branch information
mimmi20 committed May 21, 2024
2 parents 032874b + b2341c6 commit e3e3d5e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 11 deletions.
17 changes: 15 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,25 @@
"assignees": [
"mimmi20"
],
"automerge": false,
"branchConcurrentLimit": 0,
"commitBody": "Signed-off-by: {{{gitAuthor}}}",
"commitBodyTable": true,
"configMigration": true,
"configWarningReuseIssue": false,
"dependencyDashboard": true,
"dependencyDashboardApproval": true,
"dependencyDashboard": false,
"dependencyDashboardApproval": false,
"dependencyDashboardOSVVulnerabilitySummary": "all",
//"enabledManagers": ["composer", "github-actions", "npm"],
"ignoreTests": false,
"ignoreUnstable": true,
"internalChecksFilter": "strict",
"labels": [
"dependencies"
],
"lockFileMaintenance": {
"enabled": false
},
"osvVulnerabilityAlerts": true,
"platformAutomerge": false,
"prBodyColumns": [
Expand All @@ -41,9 +49,14 @@
"reviewers": [
"mimmi20"
],
"rollbackPrs": true,
"schedule": ["at 4:00 am on Tuesday"],
"semanticCommits": "disabled",
"separateMajorMinor": true,
"separateMinorPatch": false,
"timezone": "Europe/Berlin",
"updateLockFiles": false,
"updateNotScheduled": false,
"packageRules": [
{
"groupName": "PHP",
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"ext-mbstring": "*",
"laminas/laminas-stdlib": "^3.19.0",
"mimmi20/mezzio-generic-authorization": "^3.0.5",
"mimmi20/mezzio-generic-authorization": "^3.0.6",
"psr/container": "^1.1.2 || ^2.0.2",
"psr/http-message": "^2.0",
"psr/http-server-handler": "^1.0.2",
Expand All @@ -41,17 +41,17 @@
"laminas/laminas-servicemanager": "^3.22.1 || ^4.0.0",
"mezzio/mezzio-helpers": "^5.16.0",
"mezzio/mezzio-router": "^3.17.0",
"mimmi20/coding-standard": "^5.2.29",
"mimmi20/coding-standard": "^5.2.30",
"nikic/php-parser": "^v4.19.1 || ^v5.0.2",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.11.1",
"phpstan/phpstan-deprecation-rules": "^1.2.0",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpunit/phpunit": "^10.5.20",
"rector/rector": "^1.0.5",
"symplify/phpstan-rules": "^12.4.9",
"rector/rector": "^1.1.0",
"symplify/phpstan-rules": "^12.6.2",
"tomasvotruba/cognitive-complexity": "^0.2.3",
"tomasvotruba/type-coverage": "^0.2.8",
"tomasvotruba/type-coverage": "^0.3.0",
"tomasvotruba/unused-public": "^0.3.9"
},
"conflict": {
Expand Down
4 changes: 0 additions & 4 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,9 @@ rules:
# code complexity
- Symplify\PHPStanRules\Rules\Explicit\NoMixedPropertyFetcherRule
- Symplify\PHPStanRules\Rules\Explicit\NoMixedMethodCallerRule
- Symplify\PHPStanRules\Rules\Enum\RequireEnumDocBlockOnConstantListPassRule
# - Symplify\PHPStanRules\Rules\NoDynamicNameRule
- Symplify\PHPStanRules\Rules\Explicit\NoRelativeFilePathRule
# - Symplify\PHPStanRules\Rules\NoReturnArrayVariableListRule # todo: fix

- Symplify\PHPStanRules\Rules\NoProtectedClassElementRule
- Symplify\PHPStanRules\Rules\ForbiddenExtendOfNonAbstractClassRule
- Symplify\PHPStanRules\Rules\Complexity\ForbiddenSameNamedNewInstanceRule

Expand All @@ -146,7 +143,6 @@ rules:
- Symplify\PHPStanRules\Rules\NoArrayAccessOnObjectRule

- Symplify\PHPStanRules\Rules\NoNullableArrayPropertyRule
# - Symplify\PHPStanRules\Rules\BoolishClassMethodPrefixRule

# dead-code
- Symplify\PHPStanRules\Rules\NoIssetOnObjectRule
Expand Down
2 changes: 2 additions & 0 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
use Rector\DeadCode\Rector\If_\RemoveDeadInstanceOfRector;
use Rector\DeadCode\Rector\StaticCall\RemoveParentCallWithoutParentRector;
use Rector\Php80\Rector\Class_\AnnotationToAttributeRector;
use Rector\Php80\Rector\FunctionLike\MixedTypeRector;
use Rector\Php81\Rector\Array_\FirstClassCallableRector;
use Rector\Php81\Rector\FuncCall\NullToStrictStringFuncCallArgRector;
use Rector\Php81\Rector\Property\ReadOnlyPropertyRector;
Expand Down Expand Up @@ -42,6 +43,7 @@
RemoveAlwaysTrueIfConditionRector::class,
RemoveParentCallWithoutParentRector::class,
AnnotationToAttributeRector::class,
MixedTypeRector::class,
],
);

Expand Down

0 comments on commit e3e3d5e

Please sign in to comment.