-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·43 lines (43 loc) · 1.13 KB
/
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
40
41
42
43
{
"name": "disjfa/mail-bundle",
"description": "Mail bundle for symfony, can also be use in glynn-admin-symfony",
"keywords": [
"mail",
"symfony bundle",
"symfony",
"email template",
"inky"
],
"type": "symfony-bundle",
"license": "MIT",
"homepage": "https://github.com/disjfa/mail-bundle",
"support": {
"issues": "https://github.com/disjfa/mail-bundle/issues",
"source": "https://github.com/disjfa/mail-bundle"
},
"authors": [
{
"name": "disjfa",
"email": "disjfa@disjfa.nl"
}
],
"autoload": {
"psr-4": {
"Disjfa\\MailBundle\\": ""
}
},
"require": {
"php": "^7.2.9",
"ramsey/uuid": "^3",
"symfony/form": "^4|^5",
"symfony/mailer": "^4|^5",
"symfony/mime": "^4|^5",
"symfony/orm-pack": "^1.0",
"symfony/translation": "^4|^5",
"symfony/twig-bundle": "^4|^5",
"symfony/validator": "^4|^5",
"twig/cssinliner-extra": "^2.12",
"twig/extra-bundle": "^2.12",
"twig/inky-extra": "^2.12"
}
}