-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 842 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 842 Bytes
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
{
"name": "mailmotor/mailchimp-bundle",
"type": "library",
"description": "This Symfony2 bundle loads in MailChimp as a service. So you can subscribe/unsubscribe members to MailChimp.",
"keywords": ["symfony2", "bundle", "php"],
"homepage": "https://github.com/mailmotor/mailchimp-bundle",
"license": "MIT",
"authors": [
{
"name": "Jeroen Desloovere",
"email": "info@jeroendesloovere.be",
"homepage": "http://jeroendesloovere.be",
"role": "Developer"
}
],
"require": {
"php": "^7.4||^8.0",
"mailmotor/mailmotor-bundle" : "^4.0",
"mailchimp/marketing": "^3.0"
},
"autoload": {
"psr-4": { "MailMotor\\Bundle\\MailChimpBundle\\": "" }
},
"require-dev": {
"phpunit/phpunit": "^9.6"
}
}