kevin-mitchell / alexa-app

Set of classes to make creating Amazon Alexa Skills Kit (ASK) applications easier with Laravel and Lumen
MIT License
97 stars 47 forks source link

Not working with Laravel 5.3/5.4 #23

Closed S43534 closed 7 years ago

S43534 commented 7 years ago

This does not work with a fresh install on Laravel 5.3/5.4 due to requiring illuminate/routing v5.2.* in composer.json. May you please update the dependency or will this cause any issues?

Thanks & best regards Sebastian

develpr commented 7 years ago

I've updated the composer requirements to 5.4. so this should resolve this issue. If you wouldn't mind, please report any 5.4. issues as you find them (one huge thing missing from this project is automated tests that make it easy for me to check things!)