mirror of
https://github.com/Karaka-Management/oms-Search.git
synced 2026-01-11 18:48:41 +00:00
update phpstan version
This commit is contained in:
parent
019c84933e
commit
c850d24142
|
|
@ -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 [
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user