edvinaskrucas / notification

Notification package for Laravel
MIT License
525 stars 99 forks source link

Laravel 6 support #95

Closed adamcmoore closed 4 years ago

adamcmoore commented 4 years ago

Upgraded package to support Laravel 6.

ScSherifTarek commented 4 years ago

@adamcmoore As you could see Travis CI build was failing because laravel 6 requires at least PHP 7.2 I removed PHP 7.1 from travis.yml file and opened a pull request please check it at https://github.com/adamcmoore/notification/pull/1

ScSherifTarek commented 4 years ago

I think now we need to upgrade the package to support Laravel 7

ScSherifTarek commented 4 years ago

I think most of the people are upgrading now to Laravel 6 and 7 please check this merge request @edvinaskrucas

chrisbeaver commented 4 years ago

Can we tag this latest commit so I can update with composer?