forked from slot/MandrillBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 925 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
28
29
{
"name": "hipaway-travel/mandrill-bundle",
"type": "symfony-bundle",
"description": "Symfony HipMandrillBundle",
"keywords": ["Mandrill", "transaction mail", "transactional", "messages", "email"],
"homepage": "https://github.com/Hipaway-Travel/HipMandrillBundle",
"license": "MIT",
"authors": [
{
"name": "Sven Loth",
"email": "sven@hipaway.com",
"homepage": "http://hipaway.com"
},
{
"name": "Github Community",
"homepage": "https://github.com/Hipaway-Travel/HipMandrillBundle/contributors"
}
],
"require": {
"symfony/http-foundation": ">=2.1,<2.5-dev",
"symfony/config": ">=2.1,<2.5-dev",
"mandrill/mandrill": "1.*"
},
"autoload": {
"psr-0": { "Hip\\MandrillBundle": "" }
},
"target-dir": "Hip/MandrillBundle",
"minimum-stability": "alpha"
}