From 06de6d708ad758b8ea645843b8278b55bfee0e3b Mon Sep 17 00:00:00 2001 From: TomasVotruba Date: Sat, 29 Feb 2020 15:45:17 +0100 Subject: [PATCH] bump Symplify to 7.2.3 --- composer.json | 18 +++++++++--------- ecs.yaml | 2 ++ 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 6ca9040e1be..1881f79af81 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "bin": ["bin/rector"], "require": { - "php": "^7.2", + "php": "^7.2.3", "ext-json": "*", "composer/xdebug-handler": "^1.4", "doctrine/annotations": "^1.8", @@ -29,20 +29,20 @@ "symfony/dependency-injection": "^4.4|^5.0", "symfony/finder": "^4.4|^5.0", "symfony/process": "^4.4|^5.0", - "symplify/auto-bind-parameter": "^7.2", - "symplify/autowire-array-parameter": "^7.2", - "symplify/package-builder": "^7.2", - "symplify/set-config-resolver": "^7.2", + "symplify/auto-bind-parameter": "^7.2.3", + "symplify/autowire-array-parameter": "^7.2.3", + "symplify/package-builder": "^7.2.3", + "symplify/set-config-resolver": "^7.2.3", "tracy/tracy": "^2.7" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.16", "ocramius/package-versions": "^1.4|^1.5", "phpunit/phpunit": "^8.4|^9.0", - "symplify/changelog-linker": "^7.2", - "symplify/easy-coding-standard": "^7.2", - "symplify/monorepo-builder": "^7.2", - "symplify/phpstan-extensions": "^7.2", + "symplify/changelog-linker": "^7.2.3", + "symplify/easy-coding-standard": "^7.2.3", + "symplify/monorepo-builder": "^7.2.3", + "symplify/phpstan-extensions": "^7.2.3", "thecodingmachine/phpstan-strict-rules": "^0.12" }, "replace": { diff --git a/ecs.yaml b/ecs.yaml index 60b9310b845..b0e8ea48ac8 100644 --- a/ecs.yaml +++ b/ecs.yaml @@ -1,4 +1,6 @@ services: + ClassCognitive: + Symplify\CodingStandard\Sniffs\CleanCode\CognitiveComplexitySniff: max_cognitive_complexity: 9