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.12 | 2.0.3 |
| packagist  | phpstan/phpstan-phpunit      | 1.4.1   | 2.0.1 |
| packagist  | phpstan/phpstan-strict-rules | 1.6.1   | 2.0.0 |
| packagist  | phpstan/phpstan-symfony      | 1.4.12  | 2.0.0 |
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 66121ee commit 5d8d631
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 @@ -24,10 +24,10 @@
"ergebnis/composer-normalize": "^2.30",
"friendsofphp/php-cs-fixer": "^3.57",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-strict-rules": "^1.5",
"phpstan/phpstan-symfony": "^1.2",
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpstan/phpstan-strict-rules": "^2.0",
"phpstan/phpstan-symfony": "^2.0",
"phpunit/phpunit": "^10.1 || ^11.0",
"rector/rector": "^1.0.0"
},
Expand Down

0 comments on commit 5d8d631

Please sign in to comment.