From f98df121a52502e93594fd9afef96c594534706d Mon Sep 17 00:00:00 2001 From: Dustin Wilson Date: Sat, 8 Apr 2023 10:43:30 -0500 Subject: [PATCH] Small adjustment to requirements in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 983230e..5deab95 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ This library attempts what we're calling an "opinionated" implementation of PSR- * PHP >= 8.1 * [mensbeam/filesystem][g] >= 1.0 -* ext-ctype or [symfony/polyfill-ctype][i] >= 1.8 -* ext-mbstring or [symfony/polyfill-mbstring][j] >= 1.8 + * ext-ctype or [symfony/polyfill-ctype][i] >= 1.8 + * ext-mbstring or [symfony/polyfill-mbstring][j] >= 1.8 ### Note ###