Skip to content

Commit ec421b2

Browse files
committed
run on deprecatdions
1 parent 805396e commit ec421b2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
"symplify/easy-coding-standard": "^12.6",
1616
"phpstan/phpstan": "^2.1",
1717
"phpunit/phpunit": "^12.4",
18-
"rector/rector": "^2.2.2"
18+
"rector/rector": "^2.2.2",
19+
"phpstan/phpstan-deprecation-rules": "^2.0",
20+
"phpstan/extension-installer": "^1.4"
1921
},
2022
"autoload": {
2123
"psr-4": {
@@ -32,5 +34,10 @@
3234
"fix-cs": "vendor/bin/ecs check --fix --ansi",
3335
"phpstan": "vendor/bin/phpstan analyse --ansi",
3436
"build": "bin/console dump-nodes"
37+
},
38+
"config": {
39+
"allow-plugins": {
40+
"phpstan/extension-installer": true
41+
}
3542
}
3643
}

0 commit comments

Comments
 (0)