Skip to content

Commit d88aee3

Browse files
committed
Add composer.json file
1 parent 86c71eb commit d88aee3

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

composer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "dripemail/drip-php",
3+
"description": "An object-oriented PHP wrapper for Drip's REST API v2.0",
4+
"homepage": "https://github.com/DripEmail/drip-php",
5+
"autoload": {
6+
"classmap": [
7+
"src/"
8+
]
9+
}
10+
}

0 commit comments

Comments
 (0)