082a0130c2
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
34 lines
868 B
JSON
34 lines
868 B
JSON
{
|
|
"name": "symfony/swiftmailer-bundle",
|
|
"type": "symfony-bundle",
|
|
"description": "Symfony SwiftmailerBundle",
|
|
"keywords": [],
|
|
"homepage": "http://symfony.com",
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "http://symfony.com/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"swiftmailer/swiftmailer": ">=4.1.8,<4.2-dev",
|
|
"symfony/swiftmailer-bridge": "self.version"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "Symfony\\Bundle\\SwiftmailerBundle": "" }
|
|
},
|
|
"target-dir": "Symfony/Bundle/SwiftmailerBundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.1.x-dev"
|
|
}
|
|
}
|
|
}
|