forked from slot/MandrillBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 1 KB
/
composer.json
File metadata and controls
34 lines (34 loc) · 1 KB
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": "sven.loth@me.com",
"homepage": "http://github.com/slot"
},
{
"name": "Github Community",
"homepage": "https://github.com/slot/SlotMandrillBundle/contributors"
}
],
"require": {
"symfony/http-foundation": ">=2.1",
"symfony/config": ">=2.1",
"mandrill/mandrill": "1.*"
},
"require-dev": {
"symfony/phpunit-bridge": "^3.0",
"symfony/debug": "^3.0",
"phpunit/phpunit": ">=5.7.21"
},
"autoload": {
"psr-0": { "Slot\\MandrillBundle": "" }
},
"target-dir": "Slot/MandrillBundle",
"minimum-stability": "alpha"
}