Version 1.2.0

- Event publishing without queue
- Broadcastable event can be non json serializable
This commit is contained in:
2026-02-27 00:44:57 +04:00
parent c481c961fb
commit 8320fb4a84
2 changed files with 244 additions and 259 deletions

View File

@@ -3,7 +3,7 @@
"description": "A laravel package for events emitting between services using RabbitMQ as message broker.",
"type": "library",
"license": "MIT",
"version": "1.1.0",
"version": "1.2.0",
"keywords": [
"laravel", "rabbitmq", "event", "emit", "microservice",
"pipeline", "data exchanging", "message", "broker", "php8",