From 54d66f2dbed677e7d41d059d9e6c8207b067335e Mon Sep 17 00:00:00 2001 From: Stroia Laurentiu Date: Mon, 25 Apr 2016 11:56:14 +0300 Subject: [PATCH] modify read my and composer.json --- README.md | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index def67be..265946f 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ Create an entity: `Notification`. After successfully inserting it in the databas gfs_notifications: host: localhost # ip or DNS where server run default is localhost port: 8080 # port when server want run default is 8080 + notification: GFS\NotificationBundle\Notification\Notification # you can implement your own Ratchet\MessageComponentInterface ``` # Default Entity field: diff --git a/composer.json b/composer.json index 5478b2b..b71f4af 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "gfs/notifications", - "version": "v1.0", + "version": "v1.0.1", "description": "Symfony GFSNotificationsBundle", "keywords": ["User notifications"], "license": "MIT",