Skip to content

Commit

Permalink
Merge pull request #126 from rdohms/patch-1
Browse files Browse the repository at this point in the history
Update installation.md
  • Loading branch information
GeLoLabs committed Nov 3, 2014
2 parents 92abf41 + 6e49219 commit 9704d4e
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions Resources/doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,20 @@

Require the bundle in your composer.json file:

```
{
"require": {
"egeloen/google-map-bundle": "~2.1",
}
}
```sh
composer require egeloen/google-map-bundle: ~2.1
```

If you want to use Geocoding stuff, you will need [Geocoder](http://github.com/willdurand/Geocoder):

```
{
"require": {
"willdurand/geocoder": "*"
}
}
```sh
composer require willdurand/geocoder
```

If you want to use Directions or Distance Matrix stuff, you will need an [http adapter](http://github.com/widop/WidopHttpAdapterBundle):

```
{
"require": {
"widop/http-adapter-bundle": "1.1.*"
}
}
```sh
composer require widop/http-adapter-bundle
```

Register the bundle:
Expand Down

0 comments on commit 9704d4e

Please sign in to comment.