Skip to content

Commit

Permalink
Add requirements section
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Hughes committed Jan 17, 2019
1 parent 39fcfab commit 7538b29
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
This package has been designed to switch out queue providers using a Queue & Consumer interface. You can use this package with
RabbitMQ & SQS to seamlessly switch between the two.

## Requirements
* PHP >= 7.2

## Install
Install via Composer:

Expand Down Expand Up @@ -30,7 +33,7 @@ We've bundled the queues in docker so you should be able to run examples locally

#### Options

| Option | Description | Default | Values |
| Option | Description | Default | Values |
|---|---|---|---|
| blockingConsumer | Whether the consume method should block execution or only process 1 message | true | true/false |
| prefetchSize | Get the limit of messages that can be consumed by the channel | null | any numeric value |
Expand Down

0 comments on commit 7538b29

Please sign in to comment.