Skip to content

Commit 411bdf6

Browse files
committed
Match phpstan's dev branch alias
1 parent 8ef022c commit 411bdf6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"suggest": {
2626
"phpstan/phpstan-deprecation-rules": "For catching deprecations, especially in Drupal core."
2727
},
28-
"extra": {
29-
"branch-alias": {
30-
"dev-master": "1.x-dev"
31-
}
32-
}
28+
"extra": {
29+
"branch-alias": {
30+
"dev-master": "0.11-dev"
31+
}
32+
},
3333
}

0 commit comments

Comments
 (0)