From 851b62e7da35bd9b4a114841fbe0b60a348eb651 Mon Sep 17 00:00:00 2001 From: Hunter Perrin Date: Fri, 27 Mar 2015 12:11:08 -0700 Subject: [PATCH] 1.4.0 release. --- README.md | 5 +++-- composer.json | 12 ++++++++---- composer.lock | 16 ++++++++-------- 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 326f7ed..a1216bb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -# nymph-pubsub -A library for publishing/subscribing to Nymph database changes. +# logo 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). diff --git a/composer.json b/composer.json index 086def1..eca8806 100644 --- a/composer.json +++ b/composer.json @@ -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": [ @@ -14,7 +14,11 @@ } ], "keywords": [ - "web sockets" + "web sockets", + "nymph", + "pubsub", + "publish", + "subscribe" ], "license": "LGPL", "support": { @@ -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.*", diff --git a/composer.lock b/composer.lock index d9e50e9..befa5e9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "a9c3b29026b6d04e8c0bf3f6c1241788", + "hash": "9fb6de3ef6799bb6cbe1d6fd3da5f8bc", "packages": [ { "name": "devristo/phpws", @@ -436,16 +436,16 @@ }, { "name": "sciactive/nymph-server", - "version": "dev-master", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/sciactive/nymph-server.git", - "reference": "7979b62bfcb990b1a47c91af1e44cf179d4ce151" + "reference": "dd60d50028435837d9bf79573c2a5be2436dd5e8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sciactive/nymph-server/zipball/7979b62bfcb990b1a47c91af1e44cf179d4ce151", - "reference": "7979b62bfcb990b1a47c91af1e44cf179d4ce151", + "url": "https://api.github.com/repos/sciactive/nymph-server/zipball/dd60d50028435837d9bf79573c2a5be2436dd5e8", + "reference": "dd60d50028435837d9bf79573c2a5be2436dd5e8", "shasum": "" }, "require": { @@ -475,18 +475,19 @@ "role": "Developer" } ], - "description": "Server side Nymph files.", + "description": "Powerful object data storage and querying for collaborative web apps.", "homepage": "http://nymph.io/", "keywords": [ "Object Relational Mapping", "Object relational mapper", "mysql", + "object data store", "object database", "orm", "postgres", "postgresql" ], - "time": "2015-03-24 18:18:53" + "time": "2015-03-27 00:00:00" }, { "name": "sciactive/requirephp", @@ -968,7 +969,6 @@ "aliases": [], "minimum-stability": "dev", "stability-flags": { - "sciactive/nymph-server": 20, "devristo/phpws": 20 }, "prefer-stable": false,