Skip to content

Commit 2a93ac0

Browse files
committed
:octocat:
1 parent 2e1f0cd commit 2a93ac0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
},
4242
"autoload": {
4343
"psr-4": {
44-
"chillerlan\\LibraryTemplate\\": "src/"
44+
"chillerlan\\LibraryTemplate\\": "src"
4545
}
4646
},
4747
"autoload-dev": {
4848
"psr-4": {
49-
"chillerlan\\LibraryTemplateTest\\": "tests/"
49+
"chillerlan\\LibraryTemplateTest\\": "tests"
5050
}
5151
},
5252
"scripts": {

0 commit comments

Comments
 (0)