From 13016f4803832ee949a1fb8378e5ef8a829509c3 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sun, 31 Jul 2022 09:36:40 +0100 Subject: [PATCH] Fixed version in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1bebdf5..8bb9359 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,12 @@ Bounded Cache was created by, and is maintained by [Graham Campbell](https://git ## Installation -Bounded Cache requires [PHP](https://www.php.net/) 7.4-8.1. +Bounded Cache requires [PHP](https://www.php.net/) 7.4-8.2. To get the latest version, simply require the project using [Composer](https://getcomposer.org): ```bash -$ composer require "graham-campbell/bounded-cache:^1.2" +$ composer require "graham-campbell/bounded-cache:^1.3" ```