diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57872d0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/vendor/ diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..135c802 --- /dev/null +++ b/composer.json @@ -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": "contact@corbpie.com" + } + ], + "require": { + "php": ">=7.4" + } +}