Skip to content

Commit 90fb7db

Browse files
committed
Remove class-map autoloading
1 parent b9d65c1 commit 90fb7db

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

composer.json

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,13 @@
3232
},
3333
"autoload": {
3434
"psr-4": {
35-
"OpenTelemetry\\Instrumentation\\Symfony\\": "instrumentation/symfony"
36-
},
37-
"classmap": [
38-
"detectors/",
39-
"exporters/",
40-
"instrumentation/",
41-
"propagators/"
42-
],
43-
"exclude-from-classmap": ["instrumentation/symfony/OtelSdkBundle/vendor"]
35+
"OpenTelemetry\\": "src"
36+
}
4437
},
4538
"autoload-dev": {
4639
"psr-4": {
47-
"OpenTelemetry\\Test\\Unit\\Symfony\\": "tests/unit/instrumentation/Symfony",
48-
"OpenTelemetry\\Test\\Integration\\Symfony\\": "tests/integration/instrumentation/Symfony"
49-
},
50-
"classmap": ["examples/"]
40+
"OpenTelemetry\\Test\\": "tests"
41+
}
5142
},
5243
"require-dev": {
5344
"phpunit/phpunit": "^9.5",

0 commit comments

Comments
 (0)