robincsamuel / laravel-msg91

Package for MSG91 sms API
MIT License
8 stars 12 forks source link

package installation error #1

Closed bajrang8955 closed 7 years ago

bajrang8955 commented 7 years ago

when I run composer update, this problem occurs. The requested package robincsamuel/laravel-msg91 ~1 exists as robincsamuel/laravel-msg91[dev-master] but these are rejected by your constraint.

robincsamuel commented 7 years ago

@bajrang8955 Can you copy your composer.json here?I think you are using the wrong version. please use dev-master.

robincsamuel commented 7 years ago

I noticed the wrong version in the readme. please use,

"require": {
    "robincsamuel/laravel-msg91": "dev-master"
}