forked from highfidelity-worklist/worklist
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (28 loc) · 754 Bytes
/
Copy pathcomposer.json
File metadata and controls
29 lines (28 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"require": {
"mustache/mustache": "*",
"corneltek/pux": "*",
"twilio/twilio-php": "*",
"michelf/php-markdown": "*",
"knplabs/github-api": "*",
"kriswallsmith/Buzz": "*"
},
"repositories": [
{
"type": "package",
"package": {
"name": "twilio/twilio-php",
"version": "0.1",
"source": {
"url": "https://github.com/twilio/twilio-php",
"type": "git",
"reference": "master"
},
"autoload": {
"files": ["Services/Twilio.php"]
}
}
}
],
"minimum-stability": "dev"
}