{ "name": "symfony/notifier", "type": "library", "description": "Sends notifications via one or more channels (email, SMS, ...)", "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": ">=8.0.2", "psr/log": "^1|^2|^3" }, "require-dev": { "symfony/event-dispatcher-contracts": "^2|^3", "symfony/http-client-contracts": "^2|^3", "symfony/messenger": "^5.4|^6.0" }, "conflict": { "symfony/event-dispatcher": "<5.4", "symfony/http-kernel": "<5.4" }, "autoload": { "psr-4": { "Symfony\\Component\\Notifier\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "minimum-stability": "dev" }