Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
No need to include magento-composer-installer since it's already required in module's composer.json
  • Loading branch information
dankocherga committed Jun 16, 2014
1 parent cb217be commit 2697e88
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,35 +10,32 @@ Update your `composer.json` like this
"require": {
...
"magento-hackathon/magento-composer-installer":"*",
"oggetto/ajax-module": "1.*"
"oggettoweb/ajax": "1.*"
...
},
"repositories": [
...
{
"type": "vcs",
"url": "https://github.com/magento-hackathon/magento-composer-installer"
},
{
"type": "vcs",
"url": "https://github.com/OggettoWeb/ajax"
}
],
...
"extra":{
"magento-root-dir": ".",
}
```

Optionally you can add

```JSON
"extra":{
"magento-root-dir": "./",
"magento-deploystrategy": "copy",
"auto-append-gitignore": true
}
```

There is [more](https://github.com/magento-hackathon/magento-composer-installer/blob/master/README.md) information
about composer installer for magento
See more information about composer installer for magento at [github repository](https://github.com/magento-hackathon/magento-composer-installer/blob/master/README.md).

## Usage

Expand Down

0 comments on commit 2697e88

Please sign in to comment.