-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
108 lines (107 loc) · 3.21 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
{
"hash": "cb6deb0f55aeef268b50421199dd8371",
"packages": [
{
"name": "rmccue/requests",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/rmccue/Requests.git",
"reference": "b84798066e9e448de24e18193c436e2652b91087"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rmccue/Requests/zipball/b84798066e9e448de24e18193c436e2652b91087",
"reference": "b84798066e9e448de24e18193c436e2652b91087",
"shasum": ""
},
"require": {
"php": ">=5.2"
},
"time": "2013-02-14 02:20:35",
"type": "library",
"autoload": {
"psr-0": {
"Requests": "library/"
}
},
"notification-url": "http://packagist.org/downloads/",
"license": [
"ISC"
],
"authors": [
{
"name": "Ryan McCue",
"homepage": "http://ryanmccue.info"
}
],
"description": "A HTTP library written in PHP, for human beings.",
"homepage": "http://github.com/rmccue/Requests",
"keywords": [
"curl",
"fsockopen",
"http",
"idna",
"ipv6",
"iri",
"sockets"
]
},
{
"name": "twig/twig",
"version": "v1.12.2",
"source": {
"type": "git",
"url": "git://github.com/fabpot/Twig.git",
"reference": "v1.12.2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fabpot/Twig/zipball/v1.12.2",
"reference": "v1.12.2",
"shasum": ""
},
"require": {
"php": ">=5.2.4"
},
"time": "2013-02-09 18:21:53",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.12-dev"
}
},
"autoload": {
"psr-0": {
"Twig_": "lib/"
}
},
"notification-url": "http://packagist.org/downloads/",
"license": [
"BSD-3"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "[email protected]"
},
{
"name": "Armin Ronacher",
"email": "[email protected]"
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "http://twig.sensiolabs.org",
"keywords": [
"templating"
]
}
],
"packages-dev": null,
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": {
"rmccue/requests": 20
}
}