Bogdaan / open-location-code

Open location code for php
Apache License 2.0
9 stars 3 forks source link

Composer require error #2

Open skylarmt opened 3 years ago

skylarmt commented 3 years ago

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.

Just FYI.

Vectorial1024 commented 1 month ago

An alternative PHP implementation of Open Location Code is now available:

Since it is using semantic versioning, it may be installed simply as:

composer require vectorial1024/open-location-code-php