-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
114 lines (110 loc) · 3.53 KB
/
composer.lock
File metadata and controls
114 lines (110 loc) · 3.53 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
{
"_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": "834e8a9737cc9cd7988277a67a50ee86",
"packages": [
{
"name": "mazelab/zendframework1-min",
"version": "1.12.3",
"source": {
"type": "git",
"url": "https://github.com/mazelab/zendframework1-min.git",
"reference": "e145c052eafe3a73704ffcfe73f2d4e1db1054e7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mazelab/zendframework1-min/zipball/e145c052eafe3a73704ffcfe73f2d4e1db1054e7",
"reference": "e145c052eafe3a73704ffcfe73f2d4e1db1054e7",
"shasum": ""
},
"require": {
"php": ">=5.2.11"
},
"conflict": {
"zendframework/zendframework1": "<1.12"
},
"replace": {
"zend/zendframework": "1.*",
"zendframework/zendframework1": "1.12.*"
},
"type": "library",
"autoload": {
"psr-0": {
"Zend": "library/"
}
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"library/"
],
"license": [
"BSD-3-Clause"
],
"description": "Zend Framework 1 fork with minimum require_once and include_path",
"homepage": "https://github.com/mazelab/zendframework1-min",
"keywords": [
"ZF1",
"ZendFramework",
"zend"
],
"time": "2013-11-26 04:08:21"
},
{
"name": "zendx/viewautoescape",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/jensklose/ZendX_View_Autoescaping.git",
"reference": "d268d329630dd466cf473e650bd349e3a0e3e04e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jensklose/ZendX_View_Autoescaping/zipball/d268d329630dd466cf473e650bd349e3a0e3e04e",
"reference": "d268d329630dd466cf473e650bd349e3a0e3e04e",
"shasum": ""
},
"require": {
"php": ">=5.2.4",
"zend/zendframework": "<2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"autoload": {
"classmap": [
"ZendX"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Zend Framework 1 autoescaping",
"homepage": "https://github.com/jensklose/ZendX_View_Autoescaping",
"keywords": [
"ZF1",
"ZendFramework",
"escaping",
"view"
],
"time": "2012-12-03 22:48:31"
}
],
"packages-dev": [
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": [
],
"platform": {
"php": ">=5.3"
},
"platform-dev": [
]
}