add email lists

This commit is contained in:
HolgerHatGarKeineNode
2023-11-17 12:48:57 +01:00
parent 679e59d893
commit c76dbcb8cc
18 changed files with 654 additions and 44 deletions

90
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": "e8ac17409ae4db4c622f5d31d870ba34",
"content-hash": "2c9601391937e04775f009c27b16b988",
"packages": [
{
"name": "akuechler/laravel-geoly",
@@ -5999,6 +5999,92 @@
],
"time": "2023-04-12T04:26:02+00:00"
},
{
"name": "openai-php/laravel",
"version": "v0.4.3",
"source": {
"type": "git",
"url": "https://github.com/openai-php/laravel.git",
"reference": "c40ac21d5e5908b10ed370ac2a2b7d7b16978361"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/openai-php/laravel/zipball/c40ac21d5e5908b10ed370ac2a2b7d7b16978361",
"reference": "c40ac21d5e5908b10ed370ac2a2b7d7b16978361",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^7.5",
"laravel/framework": "^9.46.0|^10.7.1",
"openai-php/client": "^0.4.2",
"php": "^8.1.0"
},
"require-dev": {
"laravel/pint": "^1.8",
"pestphp/pest": "^2.4.0",
"pestphp/pest-plugin-arch": "^2.1.1",
"pestphp/pest-plugin-mock": "^2.0.0",
"phpstan/phpstan": "^1.10.13",
"symfony/var-dumper": "^6.2.8"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"OpenAI\\Laravel\\ServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"OpenAI\\Laravel\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nuno Maduro",
"email": "enunomaduro@gmail.com"
}
],
"description": "OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API",
"keywords": [
"GPT-3",
"api",
"client",
"codex",
"dall-e",
"language",
"laravel",
"natural",
"openai",
"php",
"processing",
"sdk"
],
"support": {
"issues": "https://github.com/openai-php/laravel/issues",
"source": "https://github.com/openai-php/laravel/tree/v0.4.3"
},
"funding": [
{
"url": "https://www.paypal.com/paypalme/enunomaduro",
"type": "custom"
},
{
"url": "https://github.com/nunomaduro",
"type": "github"
},
{
"url": "https://www.patreon.com/nunomaduro",
"type": "patreon"
}
],
"time": "2023-04-13T13:20:16+00:00"
},
{
"name": "openspout/openspout",
"version": "v4.18.0",
@@ -18014,5 +18100,5 @@
"php": "^8.2"
},
"platform-dev": [],
"plugin-api-version": "2.3.0"
"plugin-api-version": "2.6.0"
}