Skip to content

Commit c93a296

Browse files
committed
Added phpstan/phpstan-deprecation-rules to check possible deprecations
1 parent 45ca037 commit c93a296

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tools/02_phpstan/composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
"php": "^8.3.0"
77
},
88
"require-dev": {
9-
"phpstan/phpstan": "1.12.4",
9+
"phpstan/phpstan": "1.12.5",
10+
"phpstan/phpstan-deprecation-rules": "1.2.1",
1011
"phpstan/phpstan-phpunit": "1.4.0",
11-
"phpstan/phpstan-symfony": "1.4.9",
12+
"phpstan/phpstan-symfony": "1.4.10",
1213
"roave/security-advisories": "dev-latest"
1314
},
1415
"config": {

0 commit comments

Comments
 (0)