Skip to content

Commit b7af8af

Browse files
committed
Fix autoloading
1 parent d3bee44 commit b7af8af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
"ext-fileinfo": "*"
2323
},
2424
"autoload": {
25-
"files": ["src/*.php"]
25+
"psr-4": {
26+
"Lightspeed\\": "src/"
27+
}
2628
}
2729
}

0 commit comments

Comments
 (0)