From 99dffbce714abd44baafa2c7fb9ffcad58cbbf14 Mon Sep 17 00:00:00 2001 From: JoshyPHP Date: Sat, 23 Mar 2024 13:57:38 +0100 Subject: [PATCH] Updated dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13d758445..8b148851e 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,6 @@ You can try the JavaScript version in this [BBCodes + other stuff demo](https:// The following tools are used during development. - - [phpunit/phpunit](https://phpunit.de/) 9.6.15 runs a full suite of tests before every commit. + - [phpunit/phpunit](https://phpunit.de/) 9.6.18 runs a full suite of tests before every commit. - [code-lts/doctum](https://github.com/code-lts/doctum) 5.5.4 generates the [API docs](https://s9e.github.io/TextFormatter/api/). - Scrutinizer is used for code tracking.