Skip to content

Commit

Permalink
bump suggested driver requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Nov 25, 2017
1 parent 73a777b commit 864d4de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The JSON-RPC part implements [JSON-RPC 2.0 Specification](http://www.jsonrpc.org
Current supported drivers are: [php-amqp](https://github.com/pdezwart/php-amqp) and [PhpAmqpLib](https://github.com/php-amqplib/php-amqplib).

php-amqp needs at least to be v1.9.1
php-amqplib needs at least to be v2.7.0-rc1
php-amqplib needs at least to be v2.7.0

This library ships with `container-interop` factories that help you setting up everything.

Expand Down Expand Up @@ -71,7 +71,7 @@ You can install prolic/humus-amqp via composer by adding `"prolic/humus-amqp": "

### AMQP-Extension

1) We recommend using php-amqp >=v1.7.1 or compiling it from master, if you encounter any problems with the amqp extension, check
1) We recommend using php-amqp >=v1.9.1 or compiling it from master, if you encounter any problems with the amqp extension, check
their issue tracker, first.

The ext-amqp driver is the most performant. Benchmarks are added soon.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"suggest": {
"ext-pcntl": "For process control management",
"ext-amqp": ">= 1.9.1 For usage together with php amqp extension",
"php-amqplib/php-amqplib": ">= 2.7.0-rc1 For usage together with php-amqplib",
"php-amqplib/php-amqplib": ">= 2.7.0 For usage together with php-amqplib",
"symfony/console": "For usage of the provided console tool",
"container-interop/container-interop": "For usage of provided factories",
"sandrokeil/interop-config": "For usage of provided factories"
Expand Down

0 comments on commit 864d4de

Please sign in to comment.