Skip to content

Commit f5391f1

Browse files
authored
Merge pull request #23 from Clearfacts/CLEARFACTS-11368
[CLEARFACTS-11368] dont require dd-trace
2 parents 9638f99 + 3058f79 commit f5391f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"ext-json" : "*",
1818
"monolog/monolog": "^2 || ^3",
1919
"symfony/http-foundation": "^5.3 || ^6",
20-
"datadog/dd-trace": "^0.79.0",
2120
"symfony/event-dispatcher": "^4.4 || ^5.3 || ^6"
2221
},
2322
"require-dev": {
@@ -29,7 +28,8 @@
2928
"suggest": {
3029
"symfony/security": "If you want to log user-id's",
3130
"symfony/messenger": "If you want to use the message serializer for correlation id's",
32-
"symfony/http-client": "If you want to use the http client decorator for correlation id's"
31+
"symfony/http-client": "If you want to use the http client decorator for correlation id's",
32+
"datadog/dd-trace": "If you want to use the Datadog tracing processor"
3333
},
3434
"scripts": {
3535
"set-up": [

0 commit comments

Comments
 (0)