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

48 lines
1.4 KiB
JSON

{
"name": "symfony/notifier",
"type": "library",
"description": "A library to notify messages",
"keywords": ["notifier", "notification"],
"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/polyfill-php80": "^1.15",
"psr/log": "~1.0"
},
"require-dev": {
"symfony/event-dispatcher-contracts": "^2",
"symfony/http-client-contracts": "^2"
},
"conflict": {
"symfony/http-kernel": "<4.4",
"symfony/firebase-notifier": "<5.2",
"symfony/free-mobile-notifier": "<5.2",
"symfony/mattermost-notifier": "<5.2",
"symfony/nexmo-notifier": "<5.2",
"symfony/ovh-cloud-notifier": "<5.2",
"symfony/rocket-chat-notifier": "<5.2",
"symfony/sinch-notifier": "<5.2",
"symfony/slack-notifier": "<5.2",
"symfony/telegram-notifier": "<5.2",
"symfony/twilio-notifier": "<5.2"
},
"autoload": {
"psr-4": { "Symfony\\Component\\Notifier\\": "" },
"exclude-from-classmap": [
"/Tests/"
]
},
"minimum-stability": "dev"
}