Skip to content

Commit 437f176

Browse files
committed
composer require phpstan/phpstan-deprecation-rules --dev -W
1 parent a4aa344 commit 437f176

File tree

2 files changed

+214
-2
lines changed

2 files changed

+214
-2
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,10 @@
5757
"guzzlehttp/guzzle": "^7.9",
5858
"phpstan/extension-installer": "^1.4",
5959
"phpstan/phpstan": "^2.1",
60+
"phpstan/phpstan-deprecation-rules": "^2.0",
6061
"phpunit/phpunit": "^11.5",
61-
"rector/rector": "^2.0"
62+
"rector/rector": "^2.0",
63+
"symfony/var-dumper": "^7.2"
6264
},
6365
"autoload-dev": {
6466
"psr-4": {

composer.lock

Lines changed: 211 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)