From a8f3669b4ea82f48edbca69742364adf2794e07f Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Tue, 28 Feb 2017 17:37:57 -0500 Subject: Modularized email and hashing --- inc/mailgun/symfony/event-dispatcher/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 inc/mailgun/symfony/event-dispatcher/README.md (limited to 'inc/mailgun/symfony/event-dispatcher/README.md') diff --git a/inc/mailgun/symfony/event-dispatcher/README.md b/inc/mailgun/symfony/event-dispatcher/README.md new file mode 100644 index 0000000..185c3fe --- /dev/null +++ b/inc/mailgun/symfony/event-dispatcher/README.md @@ -0,0 +1,15 @@ +EventDispatcher Component +========================= + +The EventDispatcher component provides tools that allow your application +components to communicate with each other by dispatching events and listening to +them. + +Resources +--------- + + * [Documentation](https://symfony.com/doc/current/components/event_dispatcher/index.html) + * [Contributing](https://symfony.com/doc/current/contributing/index.html) + * [Report issues](https://github.com/symfony/symfony/issues) and + [send Pull Requests](https://github.com/symfony/symfony/pulls) + in the [main Symfony repository](https://github.com/symfony/symfony) -- cgit v1.2.3