From 765d32455f48429ea2e68c89439e7fd2c48c814b Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Tue, 24 Aug 2021 14:28:59 -0500 Subject: [PATCH] minor grammar fix --- src/Illuminate/Cache/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Cache/composer.json b/src/Illuminate/Cache/composer.json index 0f12a7404a96..90cff94827e3 100755 --- a/src/Illuminate/Cache/composer.json +++ b/src/Illuminate/Cache/composer.json @@ -35,7 +35,7 @@ "illuminate/database": "Required to use the database cache driver (^9.0).", "illuminate/filesystem": "Required to use the file cache driver (^9.0).", "illuminate/redis": "Required to use the redis cache driver (^9.0).", - "symfony/cache": "Required to PSR-6 cache bridge (^6.0)." + "symfony/cache": "Required to use PSR-6 cache bridge (^6.0)." }, "config": { "sort-packages": true