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.10.26 | 2.0.0 |
| packagist  | phpstan/phpstan-deprecation-rules | 1.1.3   | 2.0.0 |
| packagist  | phpstan/phpstan-phpunit           | 1.3.13  | 2.0.0 |
| packagist  | phpstan/phpstan-strict-rules      | 1.5.1   | 2.0.0 |
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 2b1d145 commit 19dd75c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"infection/infection": "^0.26.19",
"lcobucci/coding-standard": "^11.0",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.4",
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpstan/phpstan-strict-rules": "^2.0",
"phpunit/phpunit": "^10.0.16"
},
"autoload": {
Expand Down

0 comments on commit 19dd75c

Please sign in to comment.