From 577e843ec90130360201fdab2ed2304afc279a48 Mon Sep 17 00:00:00 2001 From: Jakob Givoni Date: Mon, 19 Feb 2024 13:11:06 +0100 Subject: [PATCH] adding keywords and suggest --- composer.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/composer.json b/composer.json index 97ad27c..b1f47f8 100644 --- a/composer.json +++ b/composer.json @@ -8,6 +8,16 @@ "email": "jakob@givoni.dk" } ], + "keywords": [ + "flysystem", + "filesystem", + "cache", + "adapter", + "decorator", + "metadata", + "performance", + "PSR-6" + ], "autoload": { "psr-4": { "jgivoni\\Flysystem\\Cache\\": "src/" @@ -33,5 +43,8 @@ "league/flysystem-memory": "^3.15", "symfony/cache": "^6.3|^7.0", "league/flysystem-aws-s3-v3": "^3.15" + }, + "suggest": { + "symfony/cache": "Ready to use adapters for the most common caching backends" } }