Skip to content

Commit 9f4aee8

Browse files
Update PHPStan packages to v2 (#224)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 47db092 commit 9f4aee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"require": {
2121
"consolidation/robo": "^1.4 || ^2 || ^3 || ^4 || ^5",
2222
"squizlabs/php_codesniffer": "^3.5",
23-
"phpstan/phpstan-deprecation-rules": "^0.12.6 || ^1.0.0",
23+
"phpstan/phpstan-deprecation-rules": "^0.12.6 || ^1.0.0 || ^2.0.0",
2424
"async-aws/s3": "^1.8 || ^2.0",
2525
"php": ">=8.1",
2626
"drush/drush": "^8 || ^10 || ^11 || ^12 || ^13",
@@ -59,7 +59,7 @@
5959
}
6060
},
6161
"require-dev": {
62-
"phpstan/phpstan-strict-rules": "^1.5",
62+
"phpstan/phpstan-strict-rules": "^1.5 || ^2.0",
6363
"drupal/core": "*"
6464
}
6565
}

0 commit comments

Comments
 (0)