-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.lock
More file actions
116 lines (116 loc) · 3.92 KB
/
Copy pathcomposer.lock
File metadata and controls
116 lines (116 loc) · 3.92 KB
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
{
"_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": "9a75c795bd64a57b7edd421320ad8349",
"content-hash": "c2048159af7cd1721560759aa80a666e",
"packages": [
{
"name": "xamin/handlebars.php",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/XaminProject/handlebars.php.git",
"reference": "198faa48d620807541dacf84fe03a785692f1203"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/XaminProject/handlebars.php/zipball/198faa48d620807541dacf84fe03a785692f1203",
"reference": "198faa48d620807541dacf84fe03a785692f1203",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "~4.4",
"squizlabs/php_codesniffer": "~1.5"
},
"type": "library",
"autoload": {
"psr-0": {
"Handlebars": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "fzerorubigd",
"email": "fzerorubigd@gmail.com"
},
{
"name": "Behrooz Shabani (everplays)",
"email": "everplays@gmail.com"
}
],
"description": "Handlebars processor for php",
"homepage": "https://github.com/XaminProject/handlebars.php",
"time": "2016-07-31 10:31:23"
},
{
"name": "zordius/lightncandy",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/zordius/lightncandy.git",
"reference": "df28163a3d64cad1b9b61a8ccd3a8042d89deb57"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zordius/lightncandy/zipball/df28163a3d64cad1b9b61a8ccd3a8042d89deb57",
"reference": "df28163a3d64cad1b9b61a8ccd3a8042d89deb57",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "4.0.17"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.0-dev"
}
},
"autoload": {
"psr-4": {
"LightnCandy\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Zordius Chen",
"email": "zordius@yahoo-inc.com"
}
],
"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": "2016-08-24 10:18:47"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"xamin/handlebars.php": 20,
"zordius/lightncandy": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}