Skip to content

Commit 3430992

Browse files
authored
adding semconv dependency to packages that use it (#156)
semconv was previously a dependency of the API, but that was recently removed
1 parent 9a0a8e8 commit 3430992

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"php": "^8.0",
1212
"ext-opentelemetry": "*",
1313
"open-telemetry/api": "^1",
14+
"open-telemetry/sem-conv": "^1",
1415
"symfony/http-kernel": "*",
1516
"symfony/http-client-contracts": "*"
1617
},

0 commit comments

Comments
 (0)