egeloen / IvoryGoogleMapBundle

Google Map API v3 integration for your Symfony2 project.
https://github.com/egeloen/ivory-google-map
MIT License
217 stars 152 forks source link

Installation #175

Closed wieslawbrzozowski closed 8 years ago

wieslawbrzozowski commented 8 years ago

I install symfony 3.1, 3.0

I try install bundle by composer $ composer require egeloen/google-map-bundle

and I can`t I have error, can you halp me ?

Problem 1

egeloen commented 8 years ago

@wieslawbrzozowski Thanks for reporting it! Basically, the next major version is comming but is not finished yet. SO, if you want to get the last changes and also be able to use it with Symfony3, you need to install the following:

{
    "require": {
        "egeloen/google-map": "^2.0@dev",
        "egeloen/google-map-bundle": "^3.0@dev"
    }
}

When the next major version will be released, you can replace it with:

{
    "require": {
        "egeloen/google-map-bundle": "^3.0"
    }
}