Skip to content

Commit

Permalink
Merge pull request #6 from polevaultweb/composer-package
Browse files Browse the repository at this point in the history
Composer package
  • Loading branch information
will-in-wi authored May 29, 2018
2 parents e6db59e + d88aee3 commit 38d2928
Show file tree
Hide file tree
Showing 2 changed files with 611 additions and 601 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "dripemail/drip-php",
"description": "An object-oriented PHP wrapper for Drip's REST API v2.0",
"homepage": "https://github.com/DripEmail/drip-php",
"autoload": {
"classmap": [
"src/"
]
}
}
Loading

0 comments on commit 38d2928

Please sign in to comment.