Skip to content

Commit

Permalink
ajustes composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Tamagawa committed Apr 10, 2017
1 parent fc7f56a commit 6ae22a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@
],
"require": {
"php": ">=5.5.9",
"laravel/framework": "5.3.*",
"laravel/framework": "5.3.*"
},
"autoload": {
"files": {
"packages/mixdinternet/newsletters/src/Http/helpers.php"
},
"psr-4": {
"Mixdinternet\\Newsletters\\": "src/"
}
Expand Down

0 comments on commit 6ae22a4

Please sign in to comment.