Skip to content

Commit 0dc8a7e

Browse files
authored
Merge pull request #91 from jenssegers/patch-1
Use correct psr4 autoloading
2 parents 070ad46 + d4da707 commit 0dc8a7e

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)