Skip to content

Commit d4da707

Browse files
authored
Use correct psr4 autoloading
1 parent 40f4ec4 commit d4da707

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
@@ -33,7 +33,7 @@
3333
},
3434
"autoload": {
3535
"psr-4": {
36-
"": "src/"
36+
"LaunchDarkly\\": "src/LaunchDarkly/"
3737
}
3838
},
3939
"autoload-dev": {

0 commit comments

Comments
 (0)