Skip to content

Commit

Permalink
:octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed May 21, 2024
1 parent 2e1f0cd commit 2a93ac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
},
"autoload": {
"psr-4": {
"chillerlan\\LibraryTemplate\\": "src/"
"chillerlan\\LibraryTemplate\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"chillerlan\\LibraryTemplateTest\\": "tests/"
"chillerlan\\LibraryTemplateTest\\": "tests"
}
},
"scripts": {
Expand Down

0 comments on commit 2a93ac0

Please sign in to comment.