-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 <[email protected]> Co-authored-by: Tyler Arbon <[email protected]>
- Loading branch information
1 parent
26df3cd
commit c360c59
Showing
13 changed files
with
111 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.