WIP update ecs to v8

This commit is contained in:
Ivo Valchev
2020-06-19 12:12:52 +02:00
parent ecce675aac
commit 020a6ba02d
3 changed files with 3 additions and 7 deletions

View File

@@ -105,7 +105,7 @@
"se/selenium-server-standalone": "^3.141",
"symfony/browser-kit": "^4.4",
"symfony/css-selector": "^4.4",
"symplify/easy-coding-standard": "^7.2",
"symplify/easy-coding-standard": "^8.0",
"vaimo/binary-chromedriver": "^5.0"
},
"config": {

View File

@@ -31,10 +31,6 @@ services:
# Naming
PhpCsFixer\Fixer\PhpUnit\PhpUnitMethodCasingFixer: ~
# Debug
Symplify\CodingStandard\Sniffs\Debug\DebugFunctionCallSniff: ~
Symplify\CodingStandard\Sniffs\Debug\CommentedOutCodeSniff: ~
# final classes
PhpCsFixer\Fixer\ClassNotation\FinalInternalClassFixer: ~
@@ -95,8 +91,6 @@ parameters:
PhpCsFixer\Fixer\Operator\IncrementStyleFixer: ~
PhpCsFixer\Fixer\Phpdoc\PhpdocAnnotationWithoutDotFixer: ~
PhpCsFixer\Fixer\Phpdoc\PhpdocSummaryFixer: ~
Symplify\CodingStandard\Sniffs\Debug\CommentedOutCodeSniff: ~ #to be removed before beta release
Symplify\CodingStandard\Sniffs\Debug\DebugFunctionCallSniff: ~ #to be removed before beta release
# Deprecated. Todo: Find replacement
Symplify\CodingStandard\Fixer\ControlStructure\RequireFollowedByAbsolutePathFixer: ~

View File

@@ -26,3 +26,5 @@ includes:
- vendor/phpstan/phpstan-symfony/extension.neon
- vendor/phpstan/phpstan-doctrine/extension.neon
# - vendor/thecodingmachine/phpstan-safe-rule/phpstan-safe-rule.neon # make ON when thecodingmachine/safe will get stable
rules:
- Symplify\CodingStandard\Rules\NoDebugFuncCallRule