42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "symfony/swiftmailer-bundle",
|
|
"type": "symfony-bundle",
|
|
"description": "Symfony SwiftmailerBundle",
|
|
"keywords": [],
|
|
"homepage": "http://symfony.com",
|
|
"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.2|~5.0",
|
|
"symfony/dependency-injection": "~2.7|~3.0",
|
|
"symfony/http-kernel": "~2.7|~3.0",
|
|
"symfony/config": "~2.7|~3.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/console": "~2.7|~3.0",
|
|
"symfony/framework-bundle": "~2.7|~3.0",
|
|
"symfony/phpunit-bridge": "~3.3@dev",
|
|
"symfony/yaml": "~2.7|~3.0"
|
|
},
|
|
"suggest": {
|
|
"psr/log": "Allows logging"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "Symfony\\Bundle\\SwiftmailerBundle\\": "" }
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.6-dev"
|
|
}
|
|
}
|
|
}
|