Skip to content

Commit

Permalink
Added autoload to composer
Browse files Browse the repository at this point in the history
  • Loading branch information
riceri committed Mar 17, 2022
1 parent b6e30df commit 3c3d5c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@
"lm-commons/lmc-user": "~3.5",
"laminas/laminas-cli": "~1.4",
"laminas/laminas-math": "~3.5"
},
"autoload": {
"psr-4": {
"LmcUserCli\\": "src/"
}
}
}

0 comments on commit 3c3d5c1

Please sign in to comment.