Skip to content

Commit 8e6347a

Browse files
committed
chore: add branch alias for dev environment resolution
1 parent 9acf743 commit 8e6347a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,10 @@
5252
}
5353
},
5454
"minimum-stability": "dev",
55-
"prefer-stable": true
55+
"prefer-stable": true,
56+
"extra": {
57+
"branch-alias": {
58+
"dev-main": "3.2.x-dev"
59+
}
60+
}
5661
}

0 commit comments

Comments
 (0)