Skip to content

Commit

Permalink
Laravel contrib: added "ext-json" to dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLightfootWild committed Aug 23, 2023
1 parent b52e707 commit 1eadc5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Instrumentation/Laravel/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
"minimum-stability": "dev",
"require": {
"php": "^8.0",
"laravel/framework": ">=6.0",
"ext-json": "*",
"ext-opentelemetry": "*",
"laravel/framework": ">=6.0",
"open-telemetry/api": "^1.0.0beta10",
"open-telemetry/sem-conv": "^1"
},
Expand Down

0 comments on commit 1eadc5c

Please sign in to comment.