We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8a62f commit aef31cfCopy full SHA for aef31cf
composer.json
@@ -23,5 +23,10 @@
23
"ext-protobuf": "For better performance, when dealing with the protobuf format",
24
"google/protobuf": "To get started quickly, install the native protobuf library.",
25
"ext-grpc": "To use the gRPC based exporters"
26
+ },
27
+ "extra": {
28
+ "branch-alias": {
29
+ "dev-main": "1.x-dev"
30
+ }
31
}
32
0 commit comments