-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.lock
111 lines (111 loc) · 3.69 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "7255b383afbf9af535857cabda3cfec6",
"content-hash": "bd11912501885267bb579b5949fd900f",
"packages": [
{
"name": "abraham/twitteroauth",
"version": "0.6.4",
"source": {
"type": "git",
"url": "https://github.com/abraham/twitteroauth.git",
"reference": "f7dec715c6e79e6085470b8b5d4dc2727afc5186"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/abraham/twitteroauth/zipball/f7dec715c6e79e6085470b8b5d4dc2727afc5186",
"reference": "f7dec715c6e79e6085470b8b5d4dc2727afc5186",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=5.5.0"
},
"require-dev": {
"phpmd/phpmd": "2.3.*",
"phpunit/phpunit": "4.8.*",
"squizlabs/php_codesniffer": "2.3.*"
},
"type": "library",
"autoload": {
"psr-4": {
"Abraham\\TwitterOAuth\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Abraham Williams",
"email": "[email protected]",
"homepage": "https://abrah.am",
"role": "Developer"
}
],
"description": "The most popular PHP library for use with the Twitter OAuth REST API.",
"homepage": "https://twitteroauth.com",
"keywords": [
"Twitter API",
"Twitter oAuth",
"api",
"oauth",
"rest",
"social",
"twitter"
],
"time": "2016-04-20 23:23:26"
},
{
"name": "dg/twitter-php",
"version": "v3.5",
"source": {
"type": "git",
"url": "https://github.com/dg/twitter-php.git",
"reference": "8c3ba6862ac7a300d3836aabfd4688b4d63049f0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dg/twitter-php/zipball/8c3ba6862ac7a300d3836aabfd4688b4d63049f0",
"reference": "8c3ba6862ac7a300d3836aabfd4688b4d63049f0",
"shasum": ""
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "David Grudl",
"homepage": "http://davidgrudl.com"
}
],
"description": "Small and easy Twitter library for PHP",
"homepage": "https://github.com/dg/twitter-php",
"keywords": [
"oauth",
"twitter"
],
"time": "2014-12-31 10:29:19"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}