Skip to content

Commit 6676c86

Browse files
committed
fix: require sem-conv >= 1.38 to avoid missing class fatal errors
1 parent e5a33a4 commit 6676c86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SDK/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"nyholm/psr7-server": "^1.1",
2323
"open-telemetry/api": "^1.8",
2424
"open-telemetry/context": "^1.4",
25-
"open-telemetry/sem-conv": "^1.0",
25+
"open-telemetry/sem-conv": "^1.38",
2626
"php-http/discovery": "^1.14",
2727
"psr/http-client-implementation": "^1.0",
2828
"psr/http-factory-implementation": "^1.0",

0 commit comments

Comments
 (0)