Skip to content

Commit

Permalink
add Composer metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael-at-bunny committed Dec 14, 2023
1 parent b5caeb3 commit 4f57caf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"name": "bunnycdn/storage",
"type": "library",
"description": "PHP library to interact with the BunnyCDN Storage API.",
"keywords": ["bunnycdn", "bunny.net", "storage", "media"],
"homepage": "https://bunny.net/storage/",
"license": "MIT",
"authors": [
{
"name": "Dejan Grofelnik Pelzel",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Bunny\\Storage\\": "src/"
Expand Down

0 comments on commit 4f57caf

Please sign in to comment.