From 844dd66a28ce8d46f1e05e0f0df0d513577c18d2 Mon Sep 17 00:00:00 2001 From: Tim MacDonald Date: Sat, 16 Mar 2024 11:26:21 +1100 Subject: [PATCH] Update version support --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index ecfdb01..10c1ecd 100644 --- a/readme.md +++ b/readme.md @@ -10,8 +10,8 @@ It also makes it easy to assert the order of invocations, and how many times a c ## Version support -- **PHP**: 8.1, 8.2 -- **PHPUnit**: 9.0, 10.0 +- **PHP**: 8.1, 8.2, 8.3 +- **PHPUnit**: 9.0, 10.0, 11.0 You may find support for older versions in [previous releases](https://github.com/timacdonald/callable-fake/releases].