forked from AccordGroup/MandrillSwiftMailerBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1.11 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
35
36
37
38
{
"name": "accord/mandrill-swiftmailer-bundle",
"description": "Symfony bundle to provide a Mandrill SwiftMailer service",
"keywords": ["mandrill", "swiftmailer", "symfony", "bundle"],
"homepage": "https://github.com/AccordGroup/MandrillSwiftMailerBundle",
"type": "symfony-bundle",
"license": "GPL-2.0+",
"authors": [
{
"name": "James Rattue",
"email": "[email protected]"
},
{
"name": "James Willans",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4",
"symfony/framework-bundle": ">=2.3",
"symfony/swiftmailer-bundle": ">=2.3",
"accord/mandrill-swiftmailer": ">=1.2"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"symfony/finder": ">=2.3",
"symfony/config": ">=2.3"
},
"autoload": {
"psr-0": { "Accord\\MandrillSwiftMailerBundle": "" }
},
"target-dir": "Accord/MandrillSwiftMailerBundle",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
}
}