Skip to content

Commit 1a15630

Browse files
authored
PHPStan 2.0 support
1 parent 8d04da6 commit 1a15630

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,17 @@
88
"composer-runtime-api": "^2.0",
99
"composer/semver": "^3.2",
1010
"doctrine/dbal": "3.*",
11-
"phpstan/phpstan": "^1.9.4"
11+
"phpstan/phpstan": "^2.0"
1212
},
1313
"require-dev": {
1414
"ext-mysqli": "*",
1515
"ext-pdo": "*",
1616
"dibi/dibi": "^4.2",
1717
"php-parallel-lint/php-parallel-lint": "^1.4",
1818
"phpstan/extension-installer": "^1.4",
19-
"phpstan/phpstan-deprecation-rules": "^1.1",
20-
"phpstan/phpstan-php-parser": "^1.1",
21-
"phpstan/phpstan-phpunit": "^1.0",
22-
"phpstan/phpstan-strict-rules": "^1.1",
19+
"phpstan/phpstan-deprecation-rules": "^2.0",
20+
"phpstan/phpstan-phpunit": "^2.0",
21+
"phpstan/phpstan-strict-rules": "^2.0",
2322
"phpunit/phpunit": "^8.5|^9.5",
2423
"symplify/easy-coding-standard": "^12.3",
2524
"tomasvotruba/unused-public": "^1.0",

0 commit comments

Comments
 (0)