diff --git a/.gitignore b/.gitignore index 723ef36f..9fd1dabc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.idea \ No newline at end of file +.idea +/vendor/ diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..184446bb --- /dev/null +++ b/composer.json @@ -0,0 +1,8 @@ +{ + "name": "wellnessliving/wl-sdk", + "description": "Wellenessliving API SDK", + "license": "proprietary", + "require": { + "php": ">=7.4" + } +} \ No newline at end of file diff --git a/composer.lock b/composer.lock new file mode 100644 index 00000000..72444779 --- /dev/null +++ b/composer.lock @@ -0,0 +1,20 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", + "This file is @generated automatically" + ], + "content-hash": "334cbc00cf13580453752048b798ec88", + "packages": [], + "packages-dev": [], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": { + "php": ">=7.4" + }, + "platform-dev": [], + "plugin-api-version": "2.2.0" +}