pear / Services_Openstreetmap

Makes communicating with the Open Street Map API, and Nominatim, from PHP intuitive.
https://pear.php.net/package/Services_OpenStreetMap/
BSD 3-Clause "New" or "Revised" License
202 stars 53 forks source link

composer.json seems broken #3

Closed kenguest closed 9 years ago

adrienrusso commented 10 years ago

The package must be submitted to https://packagist.org/

You can add this lines in your composer.json (quick fix)

"repositories":
    [
        {
            "type": "vcs",
            "url": "git@github.com:kenguest/Services_Openstreetmap.git"
        }
    ],
kenguest commented 10 years ago

If I did that, would I need to replace the existing "repositories" section in the composer.json which is already there?

adrienrusso commented 10 years ago

Just complete your repositories section.