Skip to content

Commit

Permalink
arreglo composer.json con el autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
FranRoy committed Mar 23, 2016
1 parent c091941 commit cc03b93
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
"type": "magento2-module",
"minimum-stability": "alpha",
"version": "1.0.0",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Emizentech\\Customsmtp\\": ""
}
},
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down

0 comments on commit cc03b93

Please sign in to comment.