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-deprecation-rules | 1.2.1   | 2.0.1 |
| 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 |
| packagist  | phpstan/phpstan-webmozart-assert  | 1.2.11  | 2.0.0 |
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 8b13e4e commit 580dfdb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"friendsofphp/php-cs-fixer": "^3.57",
"gmostafa/php-graphql-client": "^1.13",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.2",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-strict-rules": "^1.5",
"phpstan/phpstan-symfony": "^1.1",
"phpstan/phpstan-webmozart-assert": "^1.2",
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpstan/phpstan-strict-rules": "^2.0",
"phpstan/phpstan-symfony": "^2.0",
"phpstan/phpstan-webmozart-assert": "^2.0",
"phpunit/phpunit": "^10.1 || ^11.0",
"rector/rector": "^1.0.0",
"seld/jsonlint": "^1.10"
Expand Down

0 comments on commit 580dfdb

Please sign in to comment.