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

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Jun 1, 2019
1 parent 56c093e commit 08c9436
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 28 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Latest Stable Version](https://img.shields.io/packagist/v/sciactive/nymph-pubsub.svg)](https://packagist.org/packages/sciactive/nymph-pubsub) [![Open Issues](https://img.shields.io/github/issues/sciactive/nymph-pubsub.svg)](https://github.com/sciactive/nymph-pubsub/issues) [![License](https://img.shields.io/github/license/sciactive/nymph-pubsub.svg)]()

Nymph is an object data store for JavaScript and PHP.
Powerful object data storage and querying for collaborative web apps.

## Installation

Expand Down
7 changes: 3 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": "3.0.0-beta.9",
"time": "2019-05-06",
"version": "3.0.0",
"time": "2019-05-31",
"homepage": "http://nymph.io/",
"type": "library",
"authors": [
Expand Down Expand Up @@ -41,7 +41,7 @@
}
},
"require": {
"sciactive/nymph-server": "^3.0@beta",
"sciactive/nymph-server": "3.0.*",
"sciactive/hookphp": "^2.0",
"cboden/ratchet": "0.4.*",
"zendframework/zend-log": "2.*",
Expand All @@ -50,7 +50,6 @@
"require-dev": {
"squizlabs/php_codesniffer": "3.*"
},
"minimum-stability": "beta",
"maybe-require-idk": {
"php-amqplib/php-amqplib": "2.6.*"
}
Expand Down
221 changes: 198 additions & 23 deletions composer.lock

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

0 comments on commit 08c9436

Please sign in to comment.