Skip to content

Commit 45eb208

Browse files
committed
Fixed composer.json
1 parent d4b484e commit 45eb208

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
-12 KB
Binary file not shown.

src/Instrumentation/Opcache/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
},
3030
"autoload": {
3131
"psr-4": {
32-
"OpenTelemetry\\Contrib\\Instrumentation\\opcache\\": "src/"
32+
"OpenTelemetry\\Contrib\\Instrumentation\\Opcache\\": "src/"
3333
},
3434
"files": [
3535
"_register.php"
3636
]
3737
},
3838
"autoload-dev": {
3939
"psr-4": {
40-
"OpenTelemetry\\Tests\\Instrumentation\\opcache\\": "tests/"
40+
"OpenTelemetry\\Tests\\Instrumentation\\Opcache\\": "tests/"
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)