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