-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
86eb129
commit 19a4cee
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,3 +81,7 @@ pip-log.txt | |
|
||
# Komodo Project | ||
.komodoproject | ||
|
||
# Composer | ||
/vendor | ||
/composer.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"name": "venomous0x/whats-api", | ||
"description": "Interface to WhatsApp Messenger", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"role": "TODO", | ||
"name": "Firstname Lastname", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"autoload": { | ||
"classmap": [ | ||
"src/whatsprot.class.php", | ||
"src/events" | ||
] | ||
}, | ||
"require": { | ||
"ext-curl": "*" | ||
} | ||
} |
19a4cee
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok