-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.lock
165 lines (163 loc) · 5.15 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"hash": "85003c6bf219f558852008e5a060ee2f",
"packages": [
{
"name": "anroots/commoneer",
"version": "3.0.0",
"source": {
"type": "git",
"url": "git://github.com/anroots/kohana-commoneer.git",
"reference": "3.0.0-alpha.1"
},
"dist": {
"type": "zip",
"url": "https://github.com/anroots/kohana-commoneer/archive/3.0.0-alpha.1.zip",
"reference": "3.0.0-alpha.1",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"composer/installers": "*",
"anroots/notify": "2.*"
},
"time": "2012-11-15 12:57:43",
"type": "kohana-module",
"installation-source": "dist",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Ando Roots",
"email": "[email protected]",
"homepage": "http://sqroot.eu",
"role": "Developer"
}
],
"description": "Extension of the Kohana Framework, adding commonly used features for faster development.",
"homepage": "https://github.com/anroots/kohana-commoneer",
"keywords": [
"kohana",
"commoneer",
"kohana module"
]
},
{
"name": "anroots/notify",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/anroots/Notify",
"reference": "2.0.1"
},
"dist": {
"type": "zip",
"url": "https://github.com/anroots/Notify/archive/2.0.1.zip",
"reference": "2.0.1",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"composer/installers": "*"
},
"time": "2012-11-09 11:19:46",
"type": "kohana-module",
"installation-source": "dist",
"license": [
"MIT"
],
"authors": [
{
"name": "Ricardo de Luna",
"email": "[email protected]",
"homepage": "http://kaltar.org",
"role": "Developer"
},
{
"name": "Ando Roots",
"email": "[email protected]",
"homepage": "http://sqroot.eu",
"role": "Developer"
}
],
"description": "A simple Kohana 3 module designed to capture messages from different methods and modules to be displayed later with a unified look and feel.",
"homepage": "https://github.com/anroots/Notify",
"keywords": [
"messaging",
"notify",
"kohana",
"flash message"
]
},
{
"name": "composer/installers",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/composer/installers",
"reference": "v1.0.0"
},
"dist": {
"type": "zip",
"url": "https://github.com/composer/installers/zipball/v1.0.0",
"reference": "v1.0.0",
"shasum": ""
},
"replace": {
"shama/baton": "*"
},
"require-dev": {
"composer/composer": "1.0.*@dev"
},
"time": "2012-09-07 21:17:33",
"type": "composer-installer",
"extra": {
"class": "Composer\\Installers\\Installer"
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Composer\\Installers\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Kyle Robinson Young",
"email": "[email protected]",
"homepage": "https://github.com/shama",
"role": "Developer"
}
],
"description": "A multi-framework Composer library installer",
"homepage": "http://composer.github.com/installers/",
"keywords": [
"symfony",
"installer",
"zend",
"wordpress",
"cakephp",
"codeigniter",
"fuelphp",
"drupal",
"lithium",
"li3",
"joomla",
"laravel",
"phpbb",
"ppi",
"silverstripe",
"kohana",
"mako"
]
}
],
"packages-dev": null,
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": [
]
}