Add (ai tool submission)

This commit is contained in:
2023-11-29 21:16:13 +08:00
parent 79326f74f1
commit 7ce1e93242
67 changed files with 686 additions and 474 deletions

75
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": "63a6e2f82f8bc123bd492a8a3c168cda",
"content-hash": "5cf22553f6396a0cd2d2eec26316490a",
"packages": [
{
"name": "alaminfirdows/laravel-editorjs",
@@ -2531,6 +2531,79 @@
],
"time": "2023-02-17T14:44:51+00:00"
},
{
"name": "laravel-notification-channels/telegram",
"version": "4.0.0",
"source": {
"type": "git",
"url": "https://github.com/laravel-notification-channels/telegram.git",
"reference": "c67b312193fcd59c8abad1ee1f5b1f4e5540c201"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel-notification-channels/telegram/zipball/c67b312193fcd59c8abad1ee1f5b1f4e5540c201",
"reference": "c67b312193fcd59c8abad1ee1f5b1f4e5540c201",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/guzzle": "^7.2",
"illuminate/contracts": "^10.0",
"illuminate/notifications": "^10.0",
"illuminate/support": "^10.0",
"php": "^8.1"
},
"require-dev": {
"mockery/mockery": "^1.4.4",
"nunomaduro/larastan": "^2.4",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^1.22",
"pestphp/pest-plugin-laravel": "^1.4",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^9.5.10"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"NotificationChannels\\Telegram\\TelegramServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"NotificationChannels\\Telegram\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Irfaq Syed",
"email": "github@lukonet.net",
"homepage": "https://lukonet.com",
"role": "Developer"
}
],
"description": "Telegram Notifications Channel for Laravel",
"homepage": "https://github.com/laravel-notification-channels/telegram",
"keywords": [
"laravel",
"notification",
"telegram",
"telegram notification",
"telegram notifications channel"
],
"support": {
"issues": "https://github.com/laravel-notification-channels/telegram/issues",
"source": "https://github.com/laravel-notification-channels/telegram/tree/4.0.0"
},
"time": "2023-02-14T18:21:03+00:00"
},
{
"name": "laravel/framework",
"version": "v10.33.0",