From 7538b293cd5e746570ab9d4703744ec6f5858845 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 17 Jan 2019 15:52:10 +0000 Subject: [PATCH] Add requirements section --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc70137..e315e6c 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 |