-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 751 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 751 Bytes
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
{
"name": "dextervip/database-swiftmailer-bundle",
"type": "library",
"description": "Database Spool Bundle for SwiftMailer and Symfony 2",
"keywords": ["swiftmailer","database","symfony","bundle"],
"homepage": "https://github.com/dextervip/DatabaseSwiftMailerBundle",
"license": "MIT",
"authors": [
{
"name": "Rafael Amorim",
"email": "email@rafaelamorim.me",
"homepage": "http://rafaelamorim.me",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0",
"symfony/swiftmailer-bundle": "~2.3",
"stof/doctrine-extensions-bundle": "~1.1@dev",
"knplabs/knp-paginator-bundle": "~2.4"
},
"autoload": {
"psr-4" : {
"Citrax\\Bundle\\DatabaseSwiftMailerBundle\\" : ""
}
}
}