Skip to content

Commit 890040e

Browse files
authored
adding support info to composer.json files (#1054)
1 parent 753ed70 commit 890040e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"description": "Context implementation for OpenTelemetry PHP.",
44
"keywords": ["opentelemetry", "otel", "context"],
55
"type": "library",
6+
"support": {
7+
"issues": "https://github.com/open-telemetry/opentelemetry-php/issues",
8+
"source": "https://github.com/open-telemetry/opentelemetry-php",
9+
"docs": "https://opentelemetry.io/docs/php",
10+
"chat": "https://app.slack.com/client/T08PSQ7BQ/C01NFPCV44V"
11+
},
612
"license": "Apache-2.0",
713
"authors": [
814
{

0 commit comments

Comments
 (0)