I got the following error when trying to add this to my project:
[InvalidArgumentException]
Could not find a version of package bogdaan/open-location-code matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired stability.
I had to use this command instead composer require bogdaan/open-location-code dev-master to force Composer to actually install the library.
I got the following error when trying to add this to my project:
I had to use this command instead
composer require bogdaan/open-location-code dev-master
to force Composer to actually install the library.Just FYI.