Add support for Pushover

This commit is contained in:
James Cole
2024-12-09 07:34:01 +01:00
parent 94085ee940
commit c35ff3174a
10 changed files with 213 additions and 2 deletions

64
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "a2800d2f481f640d8cd058b3b31e8962",
"content-hash": "a739782c3c7121d1e9c0d31105b5974a",
"packages": [
{
"name": "bacon/bacon-qr-code",
@@ -2546,6 +2546,68 @@
},
"time": "2024-06-20T19:46:31+00:00"
},
{
"name": "laravel-notification-channels/pushover",
"version": "4.0.0",
"source": {
"type": "git",
"url": "https://github.com/laravel-notification-channels/pushover.git",
"reference": "31ff8c124f54de69673145c90836dd6cf7a01223"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel-notification-channels/pushover/zipball/31ff8c124f54de69673145c90836dd6cf7a01223",
"reference": "31ff8c124f54de69673145c90836dd6cf7a01223",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^7.0.1",
"illuminate/notifications": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"php": "^8.1"
},
"require-dev": {
"dms/phpunit-arraysubset-asserts": ">=0.1.0",
"mockery/mockery": "^1.3.1",
"orchestra/testbench": "^8.0 || ^9.0",
"phpunit/phpunit": "^9.3 || ^10.5"
},
"suggest": {
"ext-exif": "Required for image attachment support"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"NotificationChannels\\Pushover\\PushoverServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"NotificationChannels\\Pushover\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Casper Boone",
"email": "mail@casperboone.nl",
"homepage": "https://casperboone.nl",
"role": "Developer"
}
],
"description": "Pushover notifications for Laravel.",
"homepage": "https://github.com/laravel-notification-channels/pushover",
"support": {
"issues": "https://github.com/laravel-notification-channels/pushover/issues",
"source": "https://github.com/laravel-notification-channels/pushover/tree/4.0.0"
},
"time": "2024-03-20T08:14:56+00:00"
},
{
"name": "laravel/framework",
"version": "v11.34.0",