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 |
| packagist  | phpstan/phpstan-symfony | 1.4.12  | 2.0.0 |
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent bf8dd11 commit 8cb84f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"ergebnis/composer-normalize": "^2.42",
"friendsofphp/php-cs-fixer": "^3.57",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-symfony": "^1.3",
"phpstan/phpstan": "^1.10 || ^2.0",
"phpstan/phpstan-phpunit": "^1.3 || ^2.0",
"phpstan/phpstan-symfony": "^1.3 || ^2.0",
"phpunit/phpcov": "^9.0 || ^10.0",
"saschaegerer/phpstan-typo3": "^1.10",
"ssch/typo3-rector": "^2.0",
Expand Down

0 comments on commit 8cb84f5

Please sign in to comment.