forked from tiipiik/SmsSender
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
executable file
·77 lines (73 loc) · 2.17 KB
/
composer.lock
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "8565ca24af610cecb5285cd7634ade9d",
"packages": [
{
"name": "twilio/sdk",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/twilio/twilio-php.git",
"reference": "2ec5b2398128f8d38d23168d0c199c5679402edf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twilio/twilio-php/zipball/2ec5b2398128f8d38d23168d0c199c5679402edf",
"reference": "2ec5b2398128f8d38d23168d0c199c5679402edf",
"shasum": ""
},
"require": {
"php": ">=5.2.1"
},
"require-dev": {
"mockery/mockery": ">=0.7.2",
"phpunit/phpunit": "3.7.*"
},
"type": "library",
"autoload": {
"psr-0": {
"Services_Twilio": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kevin Burke",
"email": "kevin@twilio.com"
},
{
"name": "Kyle Conroy",
"email": "kyle+pear@twilio.com"
}
],
"description": "A PHP wrapper for Twilio's API",
"homepage": "http://github.com/twilio/twilio-php",
"keywords": [
"api",
"sms",
"twilio"
],
"time": "2014-10-31 21:39:21"
}
],
"packages-dev": [
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": {
"twilio/sdk": 20
},
"prefer-stable": false,
"platform": [
],
"platform-dev": [
]
}