globelabs / globe-connect-php

2017 Globe Connect PHP SDK (Edge)
9 stars 14 forks source link

minimum-stability (stable) #7

Open ayophanz opened 6 years ago

ayophanz commented 6 years ago

[InvalidArgumentException]
Could not find package globelabs/globe-connect-php at any version for your
minimum-stability (stable). Check the package spelling or your minimum-stab
ility

-> do you have any idea about this problem? I'm using php 5.6.4, laravel 5.4 and I've used this command to install "composer require globelabs/globe-connect-php" bcoz "composer install" won't work. thank u

ayophanz commented 6 years ago

Ok I solved my own problem!!!

instead of this composer install globe-connect-php or this composer require globelabs/globe-connect-php just use this composer require globelabs/globe-connect-php:dev-master for installing the api with composer

Works fine composer require globelabs/globe-connect-php:dev-master