-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
109 lines (108 loc) · 3.54 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
{
"hash": "e44dc34da0547c91b45a4ff82a6aab0b",
"packages": [
{
"name": "facebook/php-sdk",
"version": "dev-master",
"source": {
"type": "git",
"url": "git://github.com/facebook/facebook-php-sdk.git",
"reference": "aecd4bfba0b5bd8e237269732cea7da2f8f1a34c"
},
"dist": {
"type": "zip",
"url": "https://github.com/facebook/facebook-php-sdk/archive/aecd4bfba0b5bd8e237269732cea7da2f8f1a34c.zip",
"reference": "aecd4bfba0b5bd8e237269732cea7da2f8f1a34c",
"shasum": ""
},
"require": {
"php": ">=5.2.0",
"ext-curl": "*",
"ext-json": "*"
},
"time": "2012-12-11 22:31:03",
"type": "library",
"installation-source": "source",
"autoload": {
"classmap": [
"src"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache2"
],
"authors": [
{
"name": "Facebook",
"homepage": "https://github.com/facebook/facebook-php-sdk/contributors"
}
],
"description": "Facebook PHP SDK",
"homepage": "https://github.com/facebook/facebook-php-sdk",
"keywords": [
"facebook",
"sdk"
]
},
{
"name": "symfony/http-foundation",
"version": "dev-master",
"target-dir": "Symfony/Component/HttpFoundation",
"source": {
"type": "git",
"url": "https://github.com/symfony/HttpFoundation",
"reference": "65cdb4417e8d74e1a58701fce8c80a276489fcc5"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/HttpFoundation/archive/65cdb4417e8d74e1a58701fce8c80a276489fcc5.zip",
"reference": "65cdb4417e8d74e1a58701fce8c80a276489fcc5",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "2012-12-29 13:43:44",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Component\\HttpFoundation\\": ""
},
"classmap": [
"Symfony/Component/HttpFoundation/Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony HttpFoundation Component",
"homepage": "http://symfony.com"
}
],
"packages-dev": null,
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": {
"symfony/http-foundation": 20,
"facebook/php-sdk": 20
}
}