-
Notifications
You must be signed in to change notification settings - Fork 22
/
composer.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": "81e76bb8bf4262aad667794ce172adf1",
"packages": [
{
"name": "facebook/php-sdk-v4",
"version": "4.0.23",
"source": {
"type": "git",
"url": "https://github.com/facebook/facebook-php-sdk-v4.git",
"reference": "c82611e05596622c9bd7abfa1cea1512d885c95e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/facebook/facebook-php-sdk-v4/zipball/c82611e05596622c9bd7abfa1cea1512d885c95e",
"reference": "c82611e05596622c9bd7abfa1cea1512d885c95e",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"guzzlehttp/guzzle": "~4.0",
"mockery/mockery": "dev-master",
"phpunit/phpunit": "3.7.*"
},
"suggest": {
"guzzlehttp/guzzle": "Allows for implementation of the Guzzle HTTP client"
},
"type": "library",
"autoload": {
"psr-4": {
"Facebook\\": "src/Facebook/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Facebook Platform"
],
"authors": [
{
"name": "Facebook",
"homepage": "https://github.com/facebook/facebook-php-sdk-v4/contributors"
}
],
"description": "Facebook SDK for PHP",
"homepage": "https://github.com/facebook/facebook-php-sdk-v4",
"keywords": [
"facebook",
"sdk"
],
"time": "2015-04-03 20:31:47"
},
{
"name": "fennb/phirehose",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/fennb/phirehose.git",
"reference": "63d638473bf8e9e70f0bfc7785a6b557594d17c8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fennb/phirehose/zipball/63d638473bf8e9e70f0bfc7785a6b557594d17c8",
"reference": "63d638473bf8e9e70f0bfc7785a6b557594d17c8",
"shasum": ""
},
"require": {
"php": ">=5.2.0"
},
"type": "library",
"autoload": {
"classmap": [
"lib"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL"
],
"authors": [
{
"name": "Fenn Bailey",
"homepage": "http://fennb.com/"
}
],
"description": "A PHP interface to the Twitter Streaming API.",
"homepage": "https://github.com/fennb/phirehose",
"keywords": [
"api",
"phirehose",
"php",
"streaming",
"twitter"
],
"time": "2014-09-30 23:30:52"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}