forked from wrep/FOSUserBundleMandrillMailer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
25 lines (25 loc) · 829 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
{
"name": "wrep/fosuserbundle-mandrill-mailer",
"type": "symfony-bundle",
"description": "Symfony FOSUserBundle mailer for Mandrill",
"keywords": ["Mandrill", "transaction mail", "transactional", "messages", "email", "FOS", "User bundle"],
"homepage": "https://github.com/wrep/FOSUserBundleMandrillMailer",
"license": "MIT",
"authors": [
{
"name": "Rick Pastoor",
"email": "[email protected]",
"homepage": "http://wrep.nl/"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.*",
"hipaway-travel/mandrill-bundle": "dev-master"
},
"autoload": {
"psr-0": { "Wrep\\FOSUserBundleMandrillMailer": "" }
},
"target-dir": "Wrep/FOSUserBundleMandrillMailer",
"minimum-stability": "dev"
}