Skip to content

Commit

Permalink
[TASK] Update PHPStan packages to v2
Browse files Browse the repository at this point in the history
| datasource | package                 | from    | to    |
| ---------- | ----------------------- | ------- | ----- |
| packagist  | phpstan/phpstan         | 1.12.15 | 2.1.1 |
| packagist  | phpstan/phpstan-phpunit | 1.4.2   | 2.0.3 |
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent 6e11a69 commit 9ecc062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"mteu/docblock-rules": "^0.3",
"mteu/zealous-stan": "^0.6",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^1.12.6",
"phpstan/phpstan-phpunit": "^1.4",
"phpstan/phpstan": "^2.0.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpunit/php-code-coverage": "^10.1",
"phpunit/phpcov": "^9.0",
"phpunit/phpunit": "^10.5",
Expand Down

0 comments on commit 9ecc062

Please sign in to comment.