-
Notifications
You must be signed in to change notification settings - Fork 49
/
composer.json
34 lines (34 loc) · 1.01 KB
/
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
30
31
32
33
34
{
"name": "slot/mandrill-bundle",
"type": "symfony-bundle",
"description": "Symfony Mandrill Bundle",
"keywords": ["Mandrill", "transaction mail", "transactional", "messages", "email"],
"homepage": "https://github.com/slot/SlotMandrillBundle",
"license": "MIT",
"authors": [
{
"name": "Sven Loth",
"email": "[email protected]",
"homepage": "http://github.com/slot"
},
{
"name": "Github Community",
"homepage": "https://github.com/slot/SlotMandrillBundle/contributors"
}
],
"require": {
"symfony/http-foundation": ">=2.8",
"symfony/config": ">=2.8",
"mailchimp/transactional": "1.*"
},
"require-dev": {
"symfony/phpunit-bridge": ">=2.8",
"symfony/debug": ">=2.8",
"phpunit/phpunit": ">=5.7.21"
},
"autoload": {
"psr-0": { "Slot\\MandrillBundle": "" }
},
"target-dir": "Slot/MandrillBundle",
"minimum-stability": "alpha"
}