Skip to content

Commit ec6e6f8

Browse files
authored
bump couple deps (#70)
* bump couple deps * cs
1 parent d97a47c commit ec6e6f8

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"license": "MIT",
66
"require": {
77
"php": "^8.2",
8-
"phpstan/phpstan": "^2.1.14",
8+
"phpstan/phpstan": "^2.1.30",
99
"webmozart/assert": "^1.11"
1010
},
1111
"require-dev": {
12-
"nikic/php-parser": "^5.4",
12+
"nikic/php-parser": "^5.6",
1313
"symplify/phpstan-extensions": "^12.0",
14-
"phpunit/phpunit": "^11.5",
15-
"rector/rector": "^2.0",
16-
"symplify/easy-coding-standard": "^12.1",
17-
"phpstan/extension-installer": "^1.3",
18-
"tomasvotruba/class-leak": "^0.2",
14+
"phpunit/phpunit": "^11.5|^12.2",
15+
"rector/rector": "^2.2",
16+
"symplify/easy-coding-standard": "^12.6",
17+
"phpstan/extension-installer": "^1.4",
18+
"tomasvotruba/class-leak": "^2.0",
1919
"tracy/tracy": "^2.10"
2020
},
2121
"autoload": {

phpstan.neon

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,7 @@ parameters:
2020
# overly detailed generics
2121
- '#Rector\\TypePerfect\\Tests\\Rules\\(.*?) generic (class|interface)#'
2222

23-
-
24-
identifier: phpstanApi.instanceofType
25-
paths:
26-
- src/Printer/CollectorMetadataPrinter.php
27-
- src/Rules/NarrowPrivateClassMethodParamTypeRule.php
28-
- src/Rules/NoArrayAccessOnObjectRule.php
29-
- src/Rules/ReturnNullOverFalseRule.php
23+
- identifier: phpstanApi.instanceofType
3024

3125
-
3226
identifier: phpstanApi.instanceofAssumption

0 commit comments

Comments
 (0)