forked from radutopala/TSSAutomailerBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·29 lines (29 loc) · 885 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": "tss/automailer-bundle",
"description": "Adds Doctrine spool to Swiftmailer",
"keywords": ["automailer","swiftmailer","swift","spool"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Radu Topala",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.2",
"swiftmailer/swiftmailer": ">=4.2.0,<4.4-dev",
"symfony/swiftmailer-bridge": ">=2.1,<3.0",
"symfony/swiftmailer-bundle": "2.3.*,>=2.1.0"
},
"suggest": {
"beanstalkd-binary": "http://kr.github.com/beanstalkd/",
"leezy/pheanstalk-bundle": "Allows integration with beanstalk queue, through internal BeanstalkPlugin"
},
"autoload": {
"psr-0": {
"TSS\\AutomailerBundle": ""
}
},
"target-dir": "TSS/AutomailerBundle"
}