-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
35 lines (35 loc) · 1.06 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
{
"name": "shivas/bouncer-bundle",
"type": "symfony-bundle",
"description": "Symfony2 bundle for AWS SES/SNS Bounce topic listener and swiftmailer filter",
"keywords": ["aws", "ses", "sns", "bounce", "blacklist", "swiftmailer"],
"homepage": "https://github.com/shivas/bouncer-bundle",
"license": "MIT",
"support": {
"issues": "https://github.com/shivas/bouncer-bundle/issues",
"wiki": "https://github.com/shivas/bouncer-bundle/wiki"
},
"authors": [
{
"name": "Audrius Karabanovas",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0",
"symfony/framework-bundle": "~2.5",
"aws/aws-sdk-php": "~2.7",
"symfony/swiftmailer-bundle": "~2.3"
},
"require-dev": {
"doctrine/common": "~2.4",
"symfony/yaml": "~2.5",
"symfony/console": "~2.5",
"phpunit/phpunit": "~4.5"
},
"autoload": {
"psr-4": { "Shivas\\BouncerBundle\\": "" }
},
"minimum-stability": "dev",
"prefer-stable": true
}