SimpleSoftwareIO / simple-sms

Send and receive SMS messages with Laravel
https://www.simplesoftware.io/docs/simple-sms
MIT License
200 stars 87 forks source link

Was trying to use it with laravel 5.1.2 #3

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hello, Was trying to use it with my application which is on laravel 5.1.2. To my composer.json i added this line "simplesoftwareio/simple-sms": "dev-master" in requirement section. It gave following error (Please check screen shot). Any suggestion. Thanks screen shot 2015-06-25 at 11 43 05 am

SimplyCorey commented 9 years ago

I haven't tried this with Laravel 5.1 yet. I'll take a look shortly and see what is going on.

SimplyCorey commented 9 years ago

Fixed in latest dev branch.

ghost commented 9 years ago

Thanks @SimplyCorey