Add (facebook)

This commit is contained in:
2023-11-21 03:10:27 +08:00
parent e0e13567d1
commit 4195aca2fe
8 changed files with 120 additions and 2 deletions

49
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": "a045f603e8f362bc593db2f33ea2b04d",
"content-hash": "776af1e07123b90c65fa82b84aec0043",
"packages": [
{
"name": "artesaos/seotools",
@@ -2235,6 +2235,53 @@
],
"time": "2023-02-17T14:44:51+00:00"
},
{
"name": "laravel-notification-channels/facebook-poster",
"version": "5.2.0",
"source": {
"type": "git",
"url": "https://github.com/laravel-notification-channels/facebook-poster.git",
"reference": "46507c45d0a4116955f1c32418a523e8b4bd99f9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel-notification-channels/facebook-poster/zipball/46507c45d0a4116955f1c32418a523e8b4bd99f9",
"reference": "46507c45d0a4116955f1c32418a523e8b4bd99f9",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^7.2",
"illuminate/notifications": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"php": "^8.0"
},
"require-dev": {
"mockery/mockery": "^1.3.3",
"phpunit/phpunit": "~9.0"
},
"type": "library",
"autoload": {
"psr-4": {
"NotificationChannels\\FacebookPoster\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ahmed Ashraf",
"email": "ahmed29329@gmail.com"
}
],
"description": "Use notification to create posts on Facebook",
"support": {
"issues": "https://github.com/laravel-notification-channels/facebook-poster/issues",
"source": "https://github.com/laravel-notification-channels/facebook-poster/tree/5.2.0"
},
"time": "2023-02-13T03:49:26+00:00"
},
{
"name": "laravel-notification-channels/telegram",
"version": "4.0.0",