{ "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" }, "conflict": { "symfony/http-kernel": "<4.4" }, "autoload": { "psr-4": { "Symfony\\Component\\Notifier\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "minimum-stability": "dev", "extra": { "branch-alias": { "dev-master": "5.1-dev" } } }