Open ayophanz opened 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
[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