Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
composer: update BR + ECS
- Loading branch information
Showing
with
3 additions
and
2 deletions.
-
+2
−2
composer.json
-
+1
−0
easy-coding-standard.neon
|
@@ -11,7 +11,7 @@ |
|
|
"bin": ["bin/apigen"], |
|
|
"require": { |
|
|
"php": "^7.1", |
|
|
"roave/better-reflection": "dev-master#d32bda4", |
|
|
"roave/better-reflection": "dev-master#c87d856", |
|
|
"kukulich/fshl": "^2.1", |
|
|
|
|
|
"latte/latte": "^2.4", |
|
@@ -33,7 +33,7 @@ |
|
|
"tracy/tracy": "^2.4", |
|
|
"phpunit/phpunit": "^6.0", |
|
|
"phpstan/phpstan": "^0.8", |
|
|
"symplify/easy-coding-standard": "^2.2" |
|
|
"symplify/easy-coding-standard": "2.3.1" |
|
|
}, |
|
|
"autoload": { |
|
|
"psr-4": { |
|
|
|
@@ -32,6 +32,7 @@ parameters: |
|
|
- PhpCsFixer\Fixer\Phpdoc\PhpdocAlignFixer |
|
|
- PhpCsFixer\Fixer\Operator\NewWithBracesFixer |
|
|
- PhpCsFixer\Fixer\Phpdoc\PhpdocInlineTagFixer |
|
|
- PhpCsFixer\Fixer\ControlStructure\YodaStyleFixer |
|
|
# resolve later |
|
|
- Symplify\CodingStandard\Sniffs\DependencyInjection\NoClassInstantiationSniff |
|
|
|
|
|