Skip to content

Commit e7c988f

Browse files
committed
autoload php files
1 parent 250de73 commit e7c988f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828
"autoload": {
2929
"psr-4": {
3030
"Featurevisor\\": "src/"
31-
}
31+
},
32+
"files": [
33+
"src/index.php"
34+
]
3235
},
3336
"autoload-dev": {
3437
"psr-4": {

0 commit comments

Comments
 (0)