Skip to content

Commit ba37bab

Browse files
Update PHPStan packages to v2
| datasource | package | from | to | | ---------- | --------------------------------- | ------- | ----- | | packagist | phpstan/phpstan | 1.12.11 | 2.0.2 | | packagist | phpstan/phpstan-deprecation-rules | 1.2.1 | 2.0.0 | | packagist | phpstan/phpstan-phpunit | 1.4.1 | 2.0.1 | | packagist | phpstan/phpstan-strict-rules | 1.6.1 | 2.0.0 |
1 parent 4a49d24 commit ba37bab

File tree

2 files changed

+42
-44
lines changed

2 files changed

+42
-44
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"lcobucci/coding-standard": "^11.0.0",
3030
"monolog/monolog": "^3.4.0",
3131
"phpstan/extension-installer": "^1.3.1",
32-
"phpstan/phpstan": "^1.10.24",
33-
"phpstan/phpstan-deprecation-rules": "^1.1.3",
34-
"phpstan/phpstan-phpunit": "^1.3.13",
35-
"phpstan/phpstan-strict-rules": "^1.5.1",
32+
"phpstan/phpstan": "^2.0.0",
33+
"phpstan/phpstan-deprecation-rules": "^2.0.0",
34+
"phpstan/phpstan-phpunit": "^2.0.0",
35+
"phpstan/phpstan-strict-rules": "^2.0.0",
3636
"phpunit/phpunit": "^9.6.9"
3737
},
3838
"autoload": {

composer.lock

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

0 commit comments

Comments
 (0)