File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 32
32
},
33
33
"require-dev" : {
34
34
"friendsofphp/php-cs-fixer" : " ^2.8" ,
35
- "phpstan/phpstan" : " ^0.9.1 " ,
36
- "phpstan/phpstan-phpunit" : " ^0.9.1 " ,
37
- "phpunit/phpunit" : " ^6.5 " ,
35
+ "phpstan/phpstan" : " ^0.10 " ,
36
+ "phpstan/phpstan-phpunit" : " ^0.10 " ,
37
+ "phpunit/phpunit" : " ^7 " ,
38
38
"scrutinizer/ocular" : " ^1.4" ,
39
39
"symfony/expression-language" : " ^3.0||^4.0"
40
40
},
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ parameters:
2
2
ignoreErrors :
3
3
- '/Symfony\\Component\\Console\\Event\\ConsoleExceptionEvent/'
4
4
- '/Call to an undefined method Symfony\\Component\\Console\\Event\\ConsoleEvent::getExitCode\ (\ )\./'
5
+ - '/Cannot cast object to string\./'
5
6
excludes_analyse :
6
7
- '%currentWorkingDirectory%/src/DependencyInjection/Configuration.php'
7
8
includes :
You can’t perform that action at this time.
0 commit comments