benwilkins / laravel-fcm-notification

Laravel FCM (Firebase Cloud Messaging) Notification Channel
MIT License
213 stars 91 forks source link

Allow laravel 7.x #56

Closed sonnysantino closed 4 years ago

sonnysantino commented 4 years ago

Allow laravel 7.x


This change is Reviewable

maherelgamil commented 4 years ago

any updates here?

ankurk91 commented 4 years ago

@santiripper

The composer.json should be updated like

"~5.3||^6.0||^7.0"

It should support 5.x, 6.x and 7.x

sonnysantino commented 4 years ago

Updated, thanks @ankurk91

ankurk91 commented 4 years ago

ping @benwilkins

ankurk91 commented 4 years ago

@benwilkins Please tag a new patch version. Thanks!