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/Notifier/Bridge/Esendex/composer.json

34 lines
865 B
JSON
Raw Normal View History

2020-04-24 20:49:28 +01:00
{
"name": "symfony/esendex-notifier",
"type": "symfony-bridge",
"description": "Symfony Esendex Notifier Bridge",
"keywords": ["sms", "esendex", "notifier"],
"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.2.5",
"symfony/http-client": "^4.4|^5.0",
"symfony/notifier": "^5.2"
},
"autoload": {
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Esendex\\": "" },
"exclude-from-classmap": [
"/Tests/"
]
},
"minimum-stability": "dev",
"extra": {
"branch-version": "5.2"
}
2020-04-24 20:49:28 +01:00
}