-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (28 loc) · 901 Bytes
/
composer.json
File metadata and controls
29 lines (28 loc) · 901 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
28
{
"name": "remiii/mandrill-mailer-bundle",
"description": "MandrillMailerBundle add support for Mandrill API on Swiftmailer",
"keywords": ["mandill", "swiftmailer", "mail", "mailer", "symfony", "bundle", "api"],
"homepage": "https://github.com/remiii/remiii-mandrill-mailer-bundle",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Rémi Barbe",
"email": "free-software@remibarbe.fr"
}
],
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": ">=2.3",
"mandrill/mandrill": "~1.0",
"swiftmailer/swiftmailer": "~5.3"
},
"require-dev": {
"mockery/mockery": "0.9.*@dev",
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
"psr-0": { "remiii\\MandrillMailerBundle": "" }
},
"target-dir": "remiii/MandrillMailerBundle"
}