Skip to content

Commit

Permalink
Update PHPStan packages to v2 (#224)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 47db092 commit 9f4aee8
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 @@ -20,7 +20,7 @@
"require": {
"consolidation/robo": "^1.4 || ^2 || ^3 || ^4 || ^5",
"squizlabs/php_codesniffer": "^3.5",
"phpstan/phpstan-deprecation-rules": "^0.12.6 || ^1.0.0",
"phpstan/phpstan-deprecation-rules": "^0.12.6 || ^1.0.0 || ^2.0.0",
"async-aws/s3": "^1.8 || ^2.0",
"php": ">=8.1",
"drush/drush": "^8 || ^10 || ^11 || ^12 || ^13",
Expand Down Expand Up @@ -59,7 +59,7 @@
}
},
"require-dev": {
"phpstan/phpstan-strict-rules": "^1.5",
"phpstan/phpstan-strict-rules": "^1.5 || ^2.0",
"drupal/core": "*"
}
}

0 comments on commit 9f4aee8

Please sign in to comment.