Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
1.4.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Mar 27, 2015
1 parent 2b21773 commit 851b62e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# nymph-pubsub
A library for publishing/subscribing to Nymph database changes.
# <img alt="logo" src="https://raw.githubusercontent.com/sciactive/2be-extras/master/logo/product-icon-40-bw.png" align="top" /> Nymph - PubSub Server

This repository contains the publish subscribe server files required by Nymph. Please direct all bug reports, feature requests, and questions to the [main Nymph repository](https://github.com/sciactive/nymph).
12 changes: 8 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "sciactive/nymph-pubsub",
"description": "A library for publishing/subscribing to Nymph database changes.",
"version": "1.4.0-beta.4",
"time": "2015-02-18",
"version": "1.4.0",
"time": "2015-03-27",
"homepage": "http://nymph.io/",
"type": "library",
"authors": [
Expand All @@ -14,7 +14,11 @@
}
],
"keywords": [
"web sockets"
"web sockets",
"nymph",
"pubsub",
"publish",
"subscribe"
],
"license": "LGPL",
"support": {
Expand Down Expand Up @@ -43,7 +47,7 @@
}
],
"require": {
"sciactive/nymph-server": "dev-master",
"sciactive/nymph-server": "~1.4",
"sciactive/hookphp": "~1.1",
"sciactive/requirephp": "~1.3",
"videlalvaro/php-amqplib": "2.2.*",
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 851b62e

Please sign in to comment.