Skip to content

Commit 8a340cc

Browse files
committed
chore: bumps dependencies
1 parent 2e28c99 commit 8a340cc

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
}
3434
},
3535
"require-dev": {
36-
"composer/composer": "^2.8.8",
36+
"composer/composer": "^2.8.10",
3737
"pestphp/pest-dev-tools": "^3.4.0",
38-
"pestphp/pest": "^3.8.2"
38+
"pestphp/pest": "^3.8.3"
3939
},
4040
"minimum-stability": "dev",
4141
"prefer-stable": true,

phpstan.neon

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
includes:
2-
- vendor/phpstan/phpstan-strict-rules/rules.neon
3-
- vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon
4-
51
parameters:
62
level: max
73
paths:
84
- src
95

10-
checkMissingIterableValueType: true
11-
checkGenericClassInNonGenericObjectType: false
126
reportUnmatchedIgnoredErrors: true

src/Loader.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ private static function getPluginInstances(): array
6060
if (! self::$loaded) {
6161
$cachedPlugins = sprintf(
6262
'%s/../pest-plugins.json',
63+
// @phpstan-ignore-next-line
6364
$GLOBALS['_composer_bin_dir'] ?? getcwd().'/vendor/bin',
6465
);
6566
$container = Container::getInstance();

0 commit comments

Comments
 (0)