Skip to content

Commit e8283f0

Browse files
committed
Directive cycles detection
1 parent d9e2755 commit e8283f0

8 files changed

Lines changed: 722 additions & 93 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"require-dev": {
2525
"guzzlehttp/psr7": "^2.8",
26-
"infection/infection": "^0.29 || ^0.31",
26+
"infection/infection": "^0.31 || ^0.32",
2727
"infinityloop-dev/graphpinator-tokenizer": "^1.3",
2828
"phpstan/extension-installer": "^1.4",
2929
"phpstan/phpstan": "^2.0",
@@ -51,8 +51,8 @@
5151
"Composer\\Config::disableProcessTimeout",
5252
"infection -j$(nproc)"
5353
],
54-
"phpstan": "phpstan analyze --level 4 src",
55-
"phpstan-next": "phpstan analyze --level 5 src",
54+
"phpstan": "phpstan analyze --level 5 src",
55+
"phpstan-next": "phpstan analyze --level 6 src",
5656
"phpstan-max": "phpstan analyze --level max src",
5757
"codestyle": "phpcs --extensions=php src tests",
5858
"codestyle-fix": "phpcbf --extensions=php src tests",

0 commit comments

Comments
 (0)