Skip to content

Commit ec1b421

Browse files
renovate[bot]ruudk
andauthored
chore(deps): update dependency phpstan/phpstan to v2.1.23 (#1762)
* chore(deps): update dependency phpstan/phpstan to v2.1.23 * Remove ignored error that no longer triggers --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ruud Kamphuis <[email protected]>
1 parent 22b744d commit ec1b421

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"nyholm/psr7": "^1.5",
2424
"phpbench/phpbench": "^1.2",
2525
"phpstan/extension-installer": "^1.1",
26-
"phpstan/phpstan": "2.1.22",
26+
"phpstan/phpstan": "2.1.23",
2727
"phpstan/phpstan-phpunit": "2.0.7",
2828
"phpstan/phpstan-strict-rules": "2.0.6",
2929
"phpunit/phpunit": "^9.5 || ^10.5.21 || ^11",

phpstan/include-by-php-version.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
if (version_compare($phpversion, '8.2', '>=')) {
77
$includes[] = __DIR__ . '/php-at-least-8.2.neon';
88
}
9-
if (version_compare($phpversion, '8.4', '<')) {
10-
$includes[] = __DIR__ . '/php-below-8.4.neon';
11-
}
129
if (version_compare($phpversion, '8.2', '<')) {
1310
$includes[] = __DIR__ . '/php-below-8.2.neon';
1411
}

phpstan/php-below-8.4.neon

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)