-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
27 lines (27 loc) · 924 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
{
"name": "mailmotor/mailmotor-bundle",
"type": "library",
"description": "This Symfony bundle loads in MailMotor as a service. So you can subscribe/unsubscribe members to any mailinglist managing API. F.e.: MailChimp, CampaignMonitor, ...",
"keywords": ["symfony", "bundle", "php"],
"homepage": "https://github.com/mailmotor/mailmotor-bundle",
"license": "MIT",
"authors": [
{
"name": "Jeroen Desloovere",
"email": "[email protected]",
"homepage": "http://jeroendesloovere.be",
"role": "Developer"
}
],
"require": {
"php": "^7.4||^8.0",
"symfony/http-kernel": "^2.3|^3.0|^4.0|^5.0"
},
"require-dev": {
"symfony/framework-bundle": "^2.3|^3.0|^4.0|^5.0",
"phpunit/phpunit": "^9.6"
},
"autoload": {
"psr-4": { "MailMotor\\Bundle\\MailMotorBundle\\": "" }
}
}