Skip to content

Commit acdd114

Browse files
committed
Merge pull request #106 from MarkRedeman/psr-4-namespace
Use TMDB namespace prefix in psr-4 autolaoder
2 parents bb7aeed + 858a885 commit acdd114

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
@@ -31,7 +31,7 @@
3131
"monolog/monolog": "Required if you want to make use of logging features."
3232
},
3333
"autoload": {
34-
"psr-4": { "": "lib/" }
34+
"psr-4": { "Tmdb\\": "lib/Tmdb" }
3535
},
3636
"extra": {
3737
"branch-alias": {

0 commit comments

Comments
 (0)