Skip to content

Commit

Permalink
Laravel: open-telemetry/sdk dependency required by QueryWatcher.
Browse files Browse the repository at this point in the history
Use 1.0 stable release for `open-telemetry/api`.
  • Loading branch information
ChrisLightfootWild committed Nov 16, 2023
1 parent 0152175 commit 51432a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Instrumentation/Laravel/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"ext-json": "*",
"ext-opentelemetry": "*",
"laravel/framework": ">=6.0",
"open-telemetry/api": "^1.0.0beta10",
"open-telemetry/api": "^1.0",
"open-telemetry/sdk": "^1.0",
"open-telemetry/sem-conv": "^1.22"
},
"require-dev": {
Expand All @@ -22,7 +23,6 @@
"laravel/sanctum": "*",
"laravel/tinker": "*",
"nunomaduro/collision": "*",
"open-telemetry/sdk": "^1.0",
"orchestra/testbench": ">=4.0",
"phan/phan": "^5.0",
"php-http/mock-client": "*",
Expand Down

0 comments on commit 51432a7

Please sign in to comment.