mirror of
https://github.com/stan220/WildcardEventDispatcher.git
synced 2026-09-08 16:28:35 +00:00
Add installation notes to readme
This commit is contained in:
@@ -13,6 +13,21 @@ want to take a look at the corresponding [bundle][].
|
|||||||
[Symfony's interface]: https://github.com/symfony/EventDispatcher
|
[Symfony's interface]: https://github.com/symfony/EventDispatcher
|
||||||
[bundle]: https://github.com/jmikola/JmikolaWildcardEventDispatcherBundle
|
[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
|
## Usage
|
||||||
|
|
||||||
WildcardEventDispatcher implements EventDispatcherInterface and may be used as
|
WildcardEventDispatcher implements EventDispatcherInterface and may be used as
|
||||||
|
|||||||
Reference in New Issue
Block a user