update phpstan version

This commit is contained in:
Dennis Eichhorn 2020-04-12 15:56:44 +02:00
parent 019c84933e
commit c850d24142
2 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,4 @@
<?php declare(strict_types=1); <?php return [
return [
'^:help .*$' => [ '^:help .*$' => [
0 => [ 0 => [
'dest' => '\Modules\Help\Controller\SearchController:searchHelp', 'dest' => '\Modules\Help\Controller\SearchController:searchHelp',
@ -44,4 +43,4 @@ return [
], ],
], ],
], ],
]; ];

View File

@ -11,7 +11,7 @@
"phpunit/phpunit": "^8.5", "phpunit/phpunit": "^8.5",
"squizlabs/php_codesniffer": "^3.5", "squizlabs/php_codesniffer": "^3.5",
"phpmd/phpmd": "^2.6", "phpmd/phpmd": "^2.6",
"phpstan/phpstan": "^0.12.13", "phpstan/phpstan": "^0.12.18",
"phan/phan": "^1.1.5", "phan/phan": "^1.1.5",
"codeclimate/php-test-reporter": "^0.4.4", "codeclimate/php-test-reporter": "^0.4.4",
"facebook/webdriver": "^1.7", "facebook/webdriver": "^1.7",