Skip to content

Commit

Permalink
Introducing composer support
Browse files Browse the repository at this point in the history
  • Loading branch information
Varrah committed Apr 15, 2022
1 parent d504b77 commit 131e1ef
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea
.idea
/vendor/
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "wellnessliving/wl-sdk",
"description": "Wellenessliving API SDK",
"license": "proprietary",
"require": {
"php": ">=7.4"
}
}
20 changes: 20 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 131e1ef

Please sign in to comment.