geocoder-php / Geocoder

The most featured Geocoder library written in PHP.
https://geocoder-php.org
MIT License
3.95k stars 517 forks source link

Having trouble committing to git because of submodules #913

Closed onassar closed 5 years ago

onassar commented 5 years ago

I'm getting a bunch of strange submodules errors after running composer against v4.0.0. Is there a recommended way of using this library with a repo that's inside of git?

Nyholm commented 5 years ago

Have you read the docs? https://github.com/geocoder-php/Geocoder#summary-just-give-me-the-command

onassar commented 5 years ago

Ahh, I ran composer install agains the downloaded release, but when I just ran composer require willdurand/geocoder it ran okay :)

Nyholm commented 5 years ago

Im happy you got it working

onassar commented 5 years ago

thanks for the quick reply!