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

Commit a361767

Browse files
committed
Requirements is php 5.4+
1 parent e22863d commit a361767

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A PHP client for the [NATS messaging system](https://nats.io).
2121
Requirements
2222
------------
2323

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

2727

@@ -68,7 +68,7 @@ $callback = function($payload)
6868
};
6969
$client->subscribe("foo", $callback);
7070

71-
# Request
71+
# Request
7272
$c->request('sayhello', 'Marty McFly', function ($response) {
7373
echo $response->getBody();
7474
});

0 commit comments

Comments
 (0)