sylvainjule / kirby-locator

A simple map & geolocation field, built on top of open-source services and Mapbox. Kirby 3 and 4.
97 stars 14 forks source link

composer installation fails #2

Closed MathiasGmeiner closed 5 years ago

MathiasGmeiner commented 5 years ago

Hi! I tried to install it with composer require sylvainjule/locator on dev-master 3.0.0-beta-6.17. But I get this error:

[InvalidArgumentException]
  Could not find a matching version of package sylvainjule/locator. Check the package spelling, your version constrai
  nt and that the package is available in a stability which matches your minimum-stability (beta).
MathiasGmeiner commented 5 years ago

By the way: it works great installed manually!

sylvainjule commented 5 years ago

Thanks for the feedback! I'll look into it.

bnomei commented 5 years ago

@sylvainjule you need to set minimum stability in composer.json. like this...

https://github.com/bnomei/kirby3-random/blob/master/composer.json#L36

sylvainjule commented 5 years ago

Should be good now!