Skip to content

Commit bf99f73

Browse files
Use phpstan/phpstan 0.12.42 due to bug https://github.com/mglaman/drupal-check/issues/186 (#491)
1 parent b0b61db commit bf99f73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@
2020
"drupal/core-dev": "^8.7 || ^9",
2121
"drupal/drupal-extension": "master-dev",
2222
"drush/drush": "^9.0 || ^10.0",
23+
"mglaman/drupal-check": "^1.1",
2324
"phpmd/phpmd": "2.8.2",
2425
"phpmetrics/phpmetrics": "^2.5",
25-
"mglaman/drupal-check": "^1.1"
26+
"phpstan/phpstan": "0.12.42"
2627
},
2728
"suggest": {
2829
"drupal/console": "Needed only to run tests in Drupal 8."

0 commit comments

Comments
 (0)