Tags: tylercd100/lern
Tags
PHP 8.0 support 🚀 and more (#78) * 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]>
Fix database infinite loop (#66) * Possible fix for #56 * Changed property visibility * Changed some unit test * Some more testing * set proper assertions * Anotha fix * Rate limiting by using file cache * Fixed missing classes * Fixed missing carbon class * Added rate limiting test * debug * Attempt to fix cache * Now uses cache default config setting * Missing use statement! * Fixed unit test loop * removed debug * updated readme and changelogs * Added config value for ratelimiting
PreviousNext