Skip to content

Commit 31d0597

Browse files
committed
Fix PSR-0 namespace definition in composer.json
1 parent 3601807 commit 31d0597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"autoload": {
2929
"psr-0" : {
30-
"Sentry\\SentryBundle\\": "src/"
30+
"Sentry\\SentryBundle\\": "src/Sentry/SentryBundle"
3131
}
3232
},
3333
"extra": {

0 commit comments

Comments
 (0)