Skip to content

Commit b3bc3fe

Browse files
authored
Merge pull request #96 from localheinz/fix/autoload
Fix: Use actual namespace for autoload-dev
2 parents 47fd1aa + 7db971a commit b3bc3fe

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
@@ -38,7 +38,7 @@
3838
},
3939
"autoload-dev": {
4040
"psr-4": {
41-
"": "tests/"
41+
"LaunchDarkly\\Tests\\": "tests/"
4242
}
4343
},
4444
"config": {

0 commit comments

Comments
 (0)