This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Mailer/Bridge/Postmark/composer.json

38 lines
904 B
JSON
Raw Normal View History

2019-02-06 11:34:55 +00:00
{
"name": "symfony/postmark-mailer",
"type": "symfony-bridge",
"description": "Symfony Postmark Mailer Bridge",
"keywords": [],
"homepage": "https://symfony.com",
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"require": {
"php": "^7.1.3",
"symfony/mailer": "^4.4|^5.0"
2019-02-06 11:34:55 +00:00
},
"require-dev": {
2019-05-28 16:41:12 +01:00
"symfony/http-client": "^4.3|^5.0"
2019-02-06 11:34:55 +00:00
},
"autoload": {
"psr-4": { "Symfony\\Component\\Mailer\\Bridge\\Postmark\\": "" },
"exclude-from-classmap": [
"/Tests/"
]
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
2019-05-09 08:23:25 +01:00
"dev-master": "4.4-dev"
2019-02-06 11:34:55 +00:00
}
}
}