Skip to content

Commit 50080da

Browse files
committed
Making the namespace more specific in psr0 autoloader of Composer. This will help improve performance by reducing the number of useless calls to file_exists.
1 parent 0512e35 commit 50080da

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
@@ -22,7 +22,7 @@
2222
},
2323
"autoload": {
2424
"psr-0": {
25-
"Mouf": "src/",
25+
"Mouf\\Database\\QueryWriter": "src/",
2626
"SQLParser": "src/"
2727
}
2828
},

0 commit comments

Comments
 (0)