You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Upgraded to Laravel 9.x, dropped support for PHP 7.x
* Bumped minimum laravel version to 9.0.2 due to unintended breaking change in framework
* Updated README
<ahref="composer.json"><imgalt="PHP Version Requirements"src="https://img.shields.io/packagist/php-v/laravel-notification-channels/google-chat?style=flat-square"></a>
12
-
<ahref="composer.json"><imgalt="Laravel Version Requirements"src="https://img.shields.io/badge/laravel-~8.0-gray?logo=laravel&style=flat-square&labelColor=F05340&logoColor=white"></a>
12
+
<ahref="composer.json"><imgalt="Laravel Version Requirements"src="https://img.shields.io/badge/laravel-~9.0.2-gray?logo=laravel&style=flat-square&labelColor=F05340&logoColor=white"></a>
This package makes it easy to send notifications using [Google Chat](https://developers.google.com/hangouts/chat) , (formerly known as Hangouts Chat) with Laravel 8.x
17
+
This package makes it easy to send notifications using [Google Chat](https://developers.google.com/hangouts/chat) , (formerly known as Hangouts Chat) with Laravel 9.x
18
18
19
19
````php
20
20
class InvoicePaidNotification extends Notification
@@ -54,6 +54,7 @@ class InvoicePaidNotification extends Notification
54
54
}
55
55
````
56
56
57
+
> For Laravel 8.x, please use version 1.x of this package.
0 commit comments