Skip to content
This repository has been archived by the owner on Dec 22, 2019. It is now read-only.

Commit

Permalink
Remove extra.map from composer.json.
Browse files Browse the repository at this point in the history
Since the 2.0.0-RC version it is no longer needed as modules can now also be loaded from the vendor/ directory and don't need to be copied to the app/code directory.
([Source](http://magento.stackexchange.com/questions/93502/magento2-custom-module-downloaded-by-composer-at-two-places/93503#93503))
  • Loading branch information
Bogardo committed Jun 20, 2016
1 parent 8252bd4 commit 5627994
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ You can access the mail logs in your [Mailgun control panel](https://mailgun.com

## Changelog

#### 0.1.3
Remove `extra.map` from composer.json.
Since the 2.0.0-RC version it is no longer needed as modules can now also be loaded from the vendor/ directory and don't need to be copied to the app/code directory.
([Source](http://magento.stackexchange.com/questions/93502/magento2-custom-module-downloaded-by-composer-at-two-places/93503#93503))

#### 0.1.2
- Add correct license
- Add badges to readme
Expand Down
8 changes: 0 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,5 @@
"files": [
"registration.php"
]
},
"extra": {
"map": [
[
"*",
"Bogardo/Mailgun"
]
]
}
}

0 comments on commit 5627994

Please sign in to comment.