Skip to content

Commit

Permalink
Chore(deps): Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed May 21, 2024
1 parent 97dd469 commit 6ab2aed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"symplify/easy-coding-standard": "^12.1.5"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.13.2",
"ergebnis/composer-normalize": "^2.42.0",
"nikic/php-parser": "<5.0",
"php-parallel-lint/php-parallel-lint": "^1.2.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.3.0",
"phpstan/phpstan-phpunit": "^1.0.0",
"php-parallel-lint/php-parallel-lint": "^1.4.0",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.11.1",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpunit/phpunit": "^9.6.19"
},
"prefer-stable": true,
Expand Down
3 changes: 2 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ parameters:
message: '#Parameter \#1 \$code of static method PhpCsFixer\\Tokenizer\\Tokens::fromCode\(\) expects string, string\|false given#'
- path: %currentWorkingDirectory%/tests/Integration/CodingStandardTest.php
message: '#Parameter \#2 \$actualString of method PHPUnit\\Framework\\Assert::assertStringEqualsFile\(\) expects string, string\|false given#'
checkMissingIterableValueType: false
- identifier: missingType.iterableValue
path: %currentWorkingDirectory%/tests/*

0 comments on commit 6ab2aed

Please sign in to comment.