From 2d610f2ec614761bef9a39f8d4182cca7f8b3cc4 Mon Sep 17 00:00:00 2001 From: Jamie Date: Sun, 18 Jan 2015 19:35:33 -0700 Subject: [PATCH] Replace FuelPHP Event with PHP League Event. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 389d253..b9025db 100644 --- a/README.md +++ b/README.md @@ -373,8 +373,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Hoa WebSocket](https://github.com/hoaproject/Websocket) - Another web socket library. * [Hoa EventSource](https://github.com/hoaproject/Eventsource) - An event source library. * [Evenement](https://github.com/igorw/evenement) - An event dispatcher library. -* [FuelPHP Event](https://github.com/fuelphp/event) - Another event dispatcher library. -* [The PHP League - Event](https://github.com/thephpleague/event) - Event library with a focus on domain events. +* [Event](https://github.com/thephpleague/event) - Event library with a focus on domain events. ## Logging *Libraries for generating and working with log files.*