mirror of
https://github.com/stan220/WildcardEventDispatcher.git
synced 2026-09-08 17:28:37 +00:00
20 lines
623 B
JSON
20 lines
623 B
JSON
{
|
|
"name": "jmikola/wildcard-event-dispatcher",
|
|
"type": "library",
|
|
"description": "Event dispatcher with support for wildcard patterns inspired by AMQP topic exchanges.",
|
|
"keywords": ["AMQP", "dispatcher", "event", "event dispatcher"],
|
|
"homepage": "https://github.com/jmikola/WildcardEventDispatcher",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{ "name": "Jeremy Mikola", "email": "jmikola@gmail.com" }
|
|
],
|
|
"minimum-stability": "dev",
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"symfony/event-dispatcher": "~2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "Jmikola": "src/" }
|
|
}
|
|
}
|