-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1 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
{
"name": "mhitza/subscriptions-digest",
"description": "",
"type": "project",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Marius Ghita",
"email": "ghita.v.marius@gmail.com"
}
],
"autoload": {
"psr-4": {
"SubscriptionDigest\\": "src"
}
},
"require": {
"php": ">=7.3",
"guzzlehttp/guzzle": "~7.3",
"symfony/yaml": "^5.2",
"ext-dom": "*",
"twig/twig": "~3.3",
"ext-json": "*",
"symfony/console": "^5.2",
"symfony/mailer": "^5.2",
"symfony/amazon-mailer": "^5.2",
"symfony/google-mailer": "^5.2",
"symfony/mailchimp-mailer": "^5.2",
"symfony/mailgun-mailer": "^5.2",
"symfony/postmark-mailer": "^5.2",
"symfony/sendgrid-mailer": "^5.2",
"twig/cssinliner-extra": "^3.3"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"phpstan/phpstan": "^0.12.85"
}
}