Skip to content

Commit 7de5cf5

Browse files
committed
chore(composer.json): setup composer autoloader
1 parent 35b2296 commit 7de5cf5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,10 @@
6666
"psr-4": {
6767
"Tests\\": "tests"
6868
}
69+
},
70+
"autoload": {
71+
"psr-4": {
72+
"app\\": "app"
73+
}
6974
}
7075
}

0 commit comments

Comments
 (0)