forked from semjuel/unione-mailer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
39 lines (37 loc) · 985 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
38
39
{
"name": "ficevitka/unione-mailer",
"type": "symfony-bridge",
"description": "Symfony UniOne Mailer Bridge",
"keywords": [],
"homepage": "https://symfony.com",
"license": "MIT",
"authors": [
{
"name": "Dmytro Kharytonov",
"email": "[email protected]"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
},
{
"name": "Laptev Viktor",
"homepage": "https://github.com/fiCeVitka"
},
{
"name": "Pavel Sheremet",
"homepage": "https://github.com/pavel-sheremet"
}
],
"require": {
"symfony/mailer": "^6.0"
},
"require-dev": {
"symfony/http-client": ">5.4",
"phpunit/phpunit": "8.5.x-dev"
},
"autoload": {
"psr-4": { "Symfony\\Component\\Mailer\\Bridge\\UniOne\\": "" }
},
"minimum-stability": "dev"
}