mirror of
https://github.com/jbcr/core.git
synced 2026-03-30 21:02:07 +02:00
WIP update ecs to v8
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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: ~
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user