Skip to content

Commit

Permalink
Composer files
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Gulias Davis committed Sep 26, 2016
1 parent cc18748 commit e8702ec
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,5 @@ IpsThumb.db

# ALL LOCAL CHANGES AFTER THIS LINE vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
/Packlink/test/test.ini

/vendor/
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Packlink API SDK for PHP
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "packlink/api-sdk",
"description": "Packlink's API PHP SDK",
"type": "library",
"license": "APACHE v2",
"authors": [
{
"name": "Packlink Engineering",
"email": "apisupport@packlink.com"
}
],
"require": {}
}

0 comments on commit e8702ec

Please sign in to comment.