From 392eb3b559dafbcc691ce4fbaf39242fd59b053a Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Fri, 9 Sep 2016 14:37:29 -0400 Subject: [PATCH] Add installation notes to readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 7b15f55..ad32533 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,21 @@ want to take a look at the corresponding [bundle][]. [Symfony's interface]: https://github.com/symfony/EventDispatcher [bundle]: https://github.com/jmikola/JmikolaWildcardEventDispatcherBundle +## Installation + +The library is published as a [package][] and is installable via [Composer][]: + +``` +$ composer require jmikola/wildcard-event-dispatcher=~1.0 +``` + + [package]: https://packagist.org/packages/jmikola/wildcard-event-dispatcher + [Composer]: http://getcomposer.org/ + +### Compatibility + +This library requires Symfony 2.3 or above. + ## Usage WildcardEventDispatcher implements EventDispatcherInterface and may be used as