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

Commit

Permalink
Updated version for new HookPHP.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Jun 17, 2017
1 parent 16c836d commit 5219dff
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 28 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nymph",
"description": "Powerful object data storage and querying for collaborative web apps.",
"version": "1.5.1",
"version": "1.5.2",
"homepage": "http://nymph.io/",
"authors": [
"Hunter Perrin <[email protected]>"
Expand All @@ -26,6 +26,6 @@
"composer.lock"
],
"dependencies": {
"nymph-client": "1.5.1"
"nymph-client": "1.5.2"
}
}
2 changes: 1 addition & 1 deletion client
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sciactive/nymph",
"description": "Powerful object data storage and querying for collaborative web apps.",
"version": "1.5.1",
"version": "1.5.2",
"time": "2017-06-16",
"homepage": "http://nymph.io/",
"type": "library",
Expand Down Expand Up @@ -36,8 +36,8 @@
]
},
"require": {
"sciactive/nymph-server": "1.5.1",
"sciactive/nymph-pubsub": "1.5.1"
"sciactive/nymph-server": "1.5.2",
"sciactive/nymph-pubsub": "1.5.2"
},
"require-dev": {
"sciactive/requirephp": "~1.3"
Expand Down
44 changes: 25 additions & 19 deletions composer.lock

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

2 changes: 1 addition & 1 deletion examples
Submodule examples updated 3 files
+2 −2 composer.json
+25 −19 composer.lock
+1 −1 package.json
2 changes: 1 addition & 1 deletion pubsub
Submodule pubsub updated 2 files
+3 −3 composer.json
+19 −13 composer.lock
2 changes: 1 addition & 1 deletion server
Submodule server updated 3 files
+2 −2 composer.json
+14 −8 composer.lock
+1 −1 src/Nymph.php

0 comments on commit 5219dff

Please sign in to comment.