Skip to content

Commit

Permalink
adding keywords and suggest
Browse files Browse the repository at this point in the history
  • Loading branch information
jgivoni committed Feb 19, 2024
1 parent 2b07b0b commit 577e843
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
"email": "[email protected]"
}
],
"keywords": [
"flysystem",
"filesystem",
"cache",
"adapter",
"decorator",
"metadata",
"performance",
"PSR-6"
],
"autoload": {
"psr-4": {
"jgivoni\\Flysystem\\Cache\\": "src/"
Expand All @@ -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"
}
}

0 comments on commit 577e843

Please sign in to comment.