-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.lock
125 lines (125 loc) · 4.41 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"_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"
],
"hash": "e72751453fd65e861864cc13d8e197db",
"packages": [
{
"name": "werdnum/mediawiki-lightncandy-skin",
"version": "0.1.x-dev",
"source": {
"type": "git",
"url": "https://github.com/werdnum/mediawiki-lightncandyskin.git",
"reference": "79ddf899dee8fea78cc4888dec6f2328bb0ef21d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/werdnum/mediawiki-lightncandyskin/zipball/79ddf899dee8fea78cc4888dec6f2328bb0ef21d",
"reference": "79ddf899dee8fea78cc4888dec6f2328bb0ef21d",
"shasum": ""
},
"type": "library",
"autoload": {
"classmap": [
"AbstractLightNCandyTemplate.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL"
],
"authors": [
{
"name": "Andrew Garrett",
"email": "[email protected]"
}
],
"description": "Simple library for creating LightnCandy based skins for MediaWiki.",
"time": "2015-01-14 12:06:59"
},
{
"name": "werdnum/simple-lightncandy",
"version": "0.1.x-dev",
"source": {
"type": "git",
"url": "https://github.com/werdnum/simple-lightncandy.git",
"reference": "2b9f025bc19dbf88d6ef9cc34ed7ab1c906a6325"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/werdnum/simple-lightncandy/zipball/2b9f025bc19dbf88d6ef9cc34ed7ab1c906a6325",
"reference": "2b9f025bc19dbf88d6ef9cc34ed7ab1c906a6325",
"shasum": ""
},
"require": {
"zordius/lightncandy": "~0.18"
},
"type": "library",
"autoload": {
"classmap": [
"SimpleLightNCandy.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"description": "No-nonsense templating with lightncandy",
"time": "2015-01-14 11:36:01"
},
{
"name": "zordius/lightncandy",
"version": "v0.18",
"source": {
"type": "git",
"url": "https://github.com/zordius/lightncandy.git",
"reference": "24be6909c37391f4648ce1fdf19036b11bd56d05"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zordius/lightncandy/zipball/24be6909c37391f4648ce1fdf19036b11bd56d05",
"reference": "24be6909c37391f4648ce1fdf19036b11bd56d05",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.0.17"
},
"type": "library",
"autoload": {
"classmap": [
"src/lightncandy.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Zordius Chen",
"email": "[email protected]"
}
],
"description": "An extremely fast PHP implementation of handlebars ( http://handlebarsjs.com/ ) and mustache ( http://mustache.github.io/ ).",
"homepage": "https://github.com/zordius/lightncandy",
"keywords": [
"handlebars",
"logicless",
"mustache",
"php",
"template"
],
"time": "2015-01-01 04:37:19"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"werdnum/simple-lightncandy": 20,
"werdnum/mediawiki-lightncandy-skin": 20
},
"platform": [],
"platform-dev": []
}