Skip to content

Commit 7db971a

Browse files
committed
Fix: Use actual namespace for autoload-dev
1 parent 215eda7 commit 7db971a

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
}

0 commit comments

Comments
 (0)