Skip to content

Commit

Permalink
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.10 | 2.0.1 |
| 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 |
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent 7d78e3d commit d324bc6
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 44 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"league/plates": "^3.5.0",
"middlewares/negotiation": "^2.1",
"phpstan/extension-installer": "^1.4.1",
"phpstan/phpstan": "^1.12.4",
"phpstan/phpstan-deprecation-rules": "^1.2.1",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-strict-rules": "^1.6.1",
"phpstan/phpstan": "^2.0.0",
"phpstan/phpstan-deprecation-rules": "^2.0.0",
"phpstan/phpstan-phpunit": "^2.0.0",
"phpstan/phpstan-strict-rules": "^2.0.0",
"phpunit/phpunit": "^11.3",
"twig/twig": "^3.14.1"
},
Expand Down
78 changes: 38 additions & 40 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d324bc6

Please sign in to comment.