Skip to content

Commit aef31cf

Browse files
authored
Add branch aliases (#988)
1 parent aa8a62f commit aef31cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,10 @@
2323
"ext-protobuf": "For better performance, when dealing with the protobuf format",
2424
"google/protobuf": "To get started quickly, install the native protobuf library.",
2525
"ext-grpc": "To use the gRPC based exporters"
26+
},
27+
"extra": {
28+
"branch-alias": {
29+
"dev-main": "1.x-dev"
30+
}
2631
}
2732
}

0 commit comments

Comments
 (0)