Skip to content

Commit f653590

Browse files
committed
Signed-off-by: Joey Smith <jsmith@webinertia.net>
1 parent 8c83a34 commit f653590

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
},
4747
"autoload": {
4848
"psr-4": {
49-
"Laminas\\Db\\Mysql": "src/"
49+
"Laminas\\Db\\Mysql\\": "src/"
5050
}
5151
},
5252
"autoload-dev": {
5353
"psr-4": {
54-
"LaminasTest\\Db\\Mysql": "test/unit/",
55-
"LaminasIntegrationTest\\Db\\Mysql": "test/integration/"
54+
"LaminasTest\\Db\\Mysql\\": "test/unit/",
55+
"LaminasIntegrationTest\\Db\\Mysql\\": "test/integration/"
5656
}
5757
},
5858
"scripts": {

0 commit comments

Comments
 (0)