Skip to content

Commit

Permalink
Building composer support
Browse files Browse the repository at this point in the history
Building composer support
  • Loading branch information
cp6 committed Oct 27, 2020
1 parent 5a6832d commit fc4b6ab
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
15 changes: 15 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "corbpie/bunny-cdn-api",
"description": "Bunny CDN API class for pull and storage zones",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "corbpie",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.4"
}
}

0 comments on commit fc4b6ab

Please sign in to comment.