Skip to content

Commit 3bf9033

Browse files
author
Mark Horninger
committed
Fixed PSR-4 Loader
1 parent ee376a5 commit 3bf9033

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,10 @@
1717
"name": "Mark J. Horninger",
1818
"email": "[email protected]"
1919
}
20-
]
20+
],
21+
"autoload": {
22+
"psr-4": {
23+
"Mhorninger\\SQLite": "src/"
24+
}
25+
}
2126
}

0 commit comments

Comments
 (0)