Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulich committed May 13, 2019
1 parent 376198f commit 15cccd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions build/PHPStan/phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ parameters:
- "#Call to function array_key_exists\\(\\) with '(scope_(opener|closer)|parenthesis_(owner|opener|closer)|nested_parenthesis)'#"
- '#Else branch is unreachable because ternary operator condition is always true#'
- '#Possibly invalid array key type array<int, int\|string>\|int\|string#'
- '#Parameter \#5 \$contentNode of class SlevomatCodingStandard\\Helpers\\Annotation\\(Method|Parameter|Property|Return|Throws|Variable)Annotation constructor expects PHPStan\\PhpDocParser\\Ast\\PhpDoc\\#'

services:
-
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"require-dev": {
"jakub-onderka/php-parallel-lint": "1.0.0",
"phing/phing": "2.16.1",
"phpstan/phpstan": "0.11.4",
"phpstan/phpstan-phpunit": "0.11",
"phpstan/phpstan": "0.11.6",
"phpstan/phpstan-phpunit": "0.11.1",
"phpstan/phpstan-strict-rules": "0.11",
"phpunit/phpunit": "8.0.5"
"phpunit/phpunit": "8.1.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 15cccd5

Please sign in to comment.