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.11 | 2.0.2 |
| packagist  | phpstan/phpstan-phpunit | 1.4.1   | 2.0.1 |
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent d02ccfd commit 1ab7967
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 @@ -24,8 +24,8 @@
"ergebnis/composer-normalize": "^2.43",
"friendsofphp/php-cs-fixer": "^3.57",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^1.11",
"phpstan/phpstan-phpunit": "^1.4",
"phpstan/phpstan": "^1.11 || ^2.0",
"phpstan/phpstan-phpunit": "^1.4 || ^2.0",
"phpunit/phpcov": "^9.0 || ^10.0",
"phpunit/phpunit": "^10.1 || ^11.0",
"saschaegerer/phpstan-typo3": "^1.10",
Expand Down

0 comments on commit 1ab7967

Please sign in to comment.