Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 8.0 support 🚀 and more (#78) #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

robbielove
Copy link
Owner

  • update composer for Laravel 6.0.4

  • update composer for Laravel ^6.0, raise minimum php version to 7.1

  • update input facade to request

  • fix Components/Notifier.php

  • update composer.json for Laravel 7

  • update composer.json for Laravel 7

  • update Exception classes to Throwables

  • more fixes but one part unsure (ddd())

  • more fixes

  • revert change in NotifierFailedException.php

  • Support Laravel 6, 7 and 8

With PHP >= 7.2

  • Clean Travis Ci config

  • Use 'next' branch for laravel-notify

  • Update README.md

To use Throwable instead of Exception for the report() method signature

  • Fix PHP 7.4 error with PHPUnit

See: sebastianbergmann/phpunit#3728

  • PHP 8.0 support

  • Add Sentry driver to replace Raven

Because RavenHandler was removed from Monolog since version 2.0

  • Update CHANGELOG and README

  • Clean Composer file

Use the upcoming 'tylercd100/laravel-notify' 4.0.0 version

  • Remove prefer lowest from travis

Co-authored-by: Robbie Love Robbie@ubiquilife.com
Co-authored-by: Tyler Arbon tyler@arbonwebsolutions.com

* update composer for Laravel 6.0.4

* update composer for Laravel ^6.0, raise minimum php version to 7.1

* update input facade to request

* fix Components/Notifier.php

* update composer.json for Laravel 7

* update composer.json for Laravel 7

* update Exception classes to Throwables

* more fixes but one part unsure (ddd())

* more fixes

* revert change in NotifierFailedException.php

* Support Laravel 6, 7 and 8

With PHP >= 7.2

* Clean Travis Ci config

* Use 'next' branch for laravel-notify

* Update README.md

To use Throwable instead of Exception for the report() method signature

* Fix PHP 7.4 error with PHPUnit

See: sebastianbergmann/phpunit#3728

* PHP 8.0 support

* Add Sentry driver to replace Raven

Because RavenHandler was removed from Monolog since version 2.0

* Update CHANGELOG and README

* Clean Composer file

Use the upcoming 'tylercd100/laravel-notify' 4.0.0 version

* Remove prefer lowest from travis

Co-authored-by: Robbie Love <Robbie@ubiquilife.com>
Co-authored-by: Tyler Arbon <tyler@arbonwebsolutions.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants