Skip to content

Commit 2b457ef

Browse files
committed
Added phpstan/phpstan-deprecation-rules to check possible deprecations
1 parent e5d10e8 commit 2b457ef

File tree

2 files changed

+34
-36
lines changed

2 files changed

+34
-36
lines changed

tools/02_phpstan/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"php": "^8.3.0"
77
},
88
"require-dev": {
9-
"phpstan/phpstan": "1.12.3",
10-
"phpstan/phpstan-deprecation-rules": "1.2.1",
9+
"phpstan/phpstan": "1.11.10",
10+
"phpstan/phpstan-deprecation-rules": "1.2.0",
1111
"phpstan/phpstan-phpunit": "1.4.0",
12-
"phpstan/phpstan-symfony": "1.4.9",
12+
"phpstan/phpstan-symfony": "1.4.7",
1313
"roave/security-advisories": "dev-latest"
1414
},
1515
"config": {

tools/02_phpstan/composer.lock

Lines changed: 31 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)