mirror of
https://github.com/stan220/WildcardEventDispatcher.git
synced 2026-09-08 16:28:35 +00:00
27 lines
776 B
JSON
27 lines
776 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" }
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.2",
|
|
"symfony/event-dispatcher": "^2.3 || ^3.0 || ^4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8.36 || ^6.4"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "Jmikola": "src/" }
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
}
|
|
}
|