-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 974 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "symfony/resend-mailer",
"type": "symfony-mailer-bridge",
"description": "Symfony Resend Mailer Bridge",
"keywords": [],
"homepage": "https://symfony.com",
"license": "MIT",
"authors": [
{
"name": "Mathieu Santostefano",
"homepage": "https://github.com/welcoMattic"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"require": {
"php": ">=8.1",
"symfony/mailer": "^7.2"
},
"require-dev": {
"symfony/http-client": "^6.4|^7.0",
"symfony/http-foundation": "^7.1",
"symfony/webhook": "^6.4|^7.0"
},
"conflict": {
"symfony/http-foundation": "<7.1"
},
"autoload": {
"psr-4": { "Symfony\\Component\\Mailer\\Bridge\\Resend\\": "" },
"exclude-from-classmap": [
"/Tests/"
]
},
"minimum-stability": "dev"
}