BlueVertex / mapbox-api-laravel

A Laravel 5+ Package for managing Mapbox Datasets and Tilesets
MIT License
1 stars 5 forks source link

[InvalidArgumentException] while installing this package #1

Closed rambo666 closed 5 years ago

rambo666 commented 5 years ago

I tried installing this package in laravel 5.5.44

composer require bluevertex/mapbox-api-laravel

Which returns:

[InvalidArgumentException]
  Could not find a version of package bluevertex/mapbox-api-laravel matching your minimum-stability (stable). Require
   it with an explicit version constraint allowing its desired stability.

Please help

mixaster commented 5 years ago

It's not considered stable yet, so if you want to install, use the following:

composer require bluevertex/mapbox-api-laravel:dev-master