Skip to content

Commit 9e3ac2b

Browse files
authored
Use normal version instead of beta version constraint (#223)
1 parent 479ac8c commit 9e3ac2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"require": {
1111
"php": "^8.0",
1212
"ext-opentelemetry": "*",
13-
"open-telemetry/api": "^1.0.0beta10",
13+
"open-telemetry/api": "^1.0",
1414
"open-telemetry/sem-conv": "^1.22",
1515
"symfony/http-kernel": "*",
1616
"symfony/http-client-contracts": "*"

0 commit comments

Comments
 (0)