Alymosul / laravel-exponent-push-notifications

Exponent push notifications driver for laravel 5
MIT License
144 stars 77 forks source link

Set the 1.8.0 tag for master branch #44

Closed ethan-k closed 4 years ago

ethan-k commented 4 years ago

composer require alymosul/laravel-exponent-push-notifications downloads the latest tagged version (1.7.0) and it causes a version compatibility issue when you use laravel 6.0+.

Workaround is to explicitly set version when you install the library composer require alymosul/laravel-exponent-push-notifications:dev-master

Alymosul commented 4 years ago

I'll release a new version that supports Laravel 6