Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 7868938

Browse files
committed
Merge branch 'release/0.6.0' into develop
2 parents e22863d + e4b45e8 commit 7868938

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ Introduction
1616

1717
A PHP client for the [NATS messaging system](https://nats.io).
1818

19-
> Note: phpnats is under heavy development.
20-
2119
Requirements
2220
------------
2321

24-
* php ~5.4
22+
* php 5.4+
2523
* [nats](https://github.com/derekcollison/nats) or [gnatsd](https://github.com/apcera/gnatsd)
2624

2725

@@ -68,7 +66,7 @@ $callback = function($payload)
6866
};
6967
$client->subscribe("foo", $callback);
7068

71-
# Request
69+
# Request
7270
$c->request('sayhello', 'Marty McFly', function ($response) {
7371
echo $response->getBody();
7472
});

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.6.0

0 commit comments

Comments
 (0)