prepare url
[pharext/pharext.org] / composer.lock
1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5 "This file is @generated automatically"
6 ],
7 "hash": "a2c6e7fb3b26571277d242842331c3cb",
8 "packages": [
9 {
10 "name": "league/plates",
11 "version": "3.1.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/thephpleague/plates.git",
15 "reference": "c39d8fbcbeb07a0948d5e1cf8d78c6e1ef3e81a8"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/thephpleague/plates/zipball/c39d8fbcbeb07a0948d5e1cf8d78c6e1ef3e81a8",
20 "reference": "c39d8fbcbeb07a0948d5e1cf8d78c6e1ef3e81a8",
21 "shasum": ""
22 },
23 "require-dev": {
24 "mikey179/vfsstream": "~1.4.0",
25 "phpunit/phpunit": "~4.0",
26 "squizlabs/php_codesniffer": "~1.5"
27 },
28 "type": "library",
29 "extra": {
30 "branch-alias": {
31 "dev-master": "3.0-dev"
32 }
33 },
34 "autoload": {
35 "psr-4": {
36 "League\\Plates\\": "src"
37 }
38 },
39 "notification-url": "https://packagist.org/downloads/",
40 "license": [
41 "MIT"
42 ],
43 "authors": [
44 {
45 "name": "Jonathan Reinink",
46 "email": "jonathan@reinink.ca",
47 "role": "Developer"
48 }
49 ],
50 "description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.",
51 "homepage": "http://platesphp.com",
52 "keywords": [
53 "league",
54 "package",
55 "templates",
56 "templating",
57 "views"
58 ],
59 "time": "2014-10-21 12:06:12"
60 },
61 {
62 "name": "m6w6/merry",
63 "version": "v1.1.0",
64 "source": {
65 "type": "git",
66 "url": "https://github.com/m6w6/merry.git",
67 "reference": "079ca547531915b0ba0cb6829a89d9c7d4b93408"
68 },
69 "dist": {
70 "type": "zip",
71 "url": "https://api.github.com/repos/m6w6/merry/zipball/079ca547531915b0ba0cb6829a89d9c7d4b93408",
72 "reference": "079ca547531915b0ba0cb6829a89d9c7d4b93408",
73 "shasum": ""
74 },
75 "type": "library",
76 "autoload": {
77 "psr-4": {
78 "merry\\": "lib/merry"
79 }
80 },
81 "notification-url": "https://packagist.org/downloads/",
82 "license": [
83 "BSD-2-Clause"
84 ],
85 "authors": [
86 {
87 "name": "Michael Wallner",
88 "email": "mike@php.net"
89 }
90 ],
91 "description": "Merry container and configuration",
92 "homepage": "http://github.com/m6w6/merry",
93 "keywords": [
94 "config",
95 "configuration",
96 "container",
97 "merry"
98 ],
99 "time": "2015-03-12 13:49:46"
100 },
101 {
102 "name": "m6w6/pharext",
103 "version": "dev-master",
104 "source": {
105 "type": "git",
106 "url": "https://github.com/m6w6/pharext.git",
107 "reference": "e458434f1a5539f1905e61835bed0123f1635067"
108 },
109 "dist": {
110 "type": "zip",
111 "url": "https://api.github.com/repos/m6w6/pharext/zipball/e458434f1a5539f1905e61835bed0123f1635067",
112 "reference": "e458434f1a5539f1905e61835bed0123f1635067",
113 "shasum": ""
114 },
115 "bin": [
116 "bin/pharext",
117 "bin/pharext.pubkey"
118 ],
119 "type": "project",
120 "notification-url": "https://packagist.org/downloads/",
121 "license": [
122 "BSD-2-Clause"
123 ],
124 "description": "Package PHP extensions as self-installing PHARs",
125 "keywords": [
126 "ext",
127 "extension",
128 "install",
129 "package",
130 "phar"
131 ],
132 "time": "2015-05-08 08:54:09"
133 },
134 {
135 "name": "m6w6/pharext.wiki",
136 "version": "dev-master",
137 "source": {
138 "type": "git",
139 "url": "https://github.com/m6w6/pharext.wiki.git",
140 "reference": "master"
141 },
142 "type": "library",
143 "time": "2015-04-30 17:39:40"
144 },
145 {
146 "name": "m6w6/pq-gateway",
147 "version": "v2.0.0",
148 "source": {
149 "type": "git",
150 "url": "https://github.com/m6w6/pq-gateway.git",
151 "reference": "19590cfee428909a9ad2195b02a30ae176980992"
152 },
153 "dist": {
154 "type": "zip",
155 "url": "https://api.github.com/repos/m6w6/pq-gateway/zipball/19590cfee428909a9ad2195b02a30ae176980992",
156 "reference": "19590cfee428909a9ad2195b02a30ae176980992",
157 "shasum": ""
158 },
159 "suggest": {
160 "react/promise": "1.0.*"
161 },
162 "type": "library",
163 "autoload": {
164 "psr-0": {
165 "pq\\Gateway": "lib",
166 "pq\\Query": "lib"
167 }
168 },
169 "notification-url": "https://packagist.org/downloads/",
170 "license": [
171 "BSD-2-Clause"
172 ],
173 "authors": [
174 {
175 "name": "Michael Wallner",
176 "email": "mike@php.net"
177 }
178 ],
179 "description": "Table/row gateway for ext-pq",
180 "homepage": "http://github.com/m6w6/pq-gateway",
181 "keywords": [
182 "gateway",
183 "orm",
184 "postgres",
185 "postgresql",
186 "pq"
187 ],
188 "time": "2014-10-15 15:30:26"
189 },
190 {
191 "name": "nikic/fast-route",
192 "version": "v0.4.0",
193 "source": {
194 "type": "git",
195 "url": "https://github.com/nikic/FastRoute.git",
196 "reference": "f26a8f7788f25c0e3e9b1579d38d7ccab2755320"
197 },
198 "dist": {
199 "type": "zip",
200 "url": "https://api.github.com/repos/nikic/FastRoute/zipball/f26a8f7788f25c0e3e9b1579d38d7ccab2755320",
201 "reference": "f26a8f7788f25c0e3e9b1579d38d7ccab2755320",
202 "shasum": ""
203 },
204 "require": {
205 "php": ">=5.4.0"
206 },
207 "type": "library",
208 "autoload": {
209 "psr-4": {
210 "FastRoute\\": "src/"
211 },
212 "files": [
213 "src/functions.php"
214 ]
215 },
216 "notification-url": "https://packagist.org/downloads/",
217 "license": [
218 "BSD-3-Clause"
219 ],
220 "authors": [
221 {
222 "name": "Nikita Popov",
223 "email": "nikic@php.net"
224 }
225 ],
226 "description": "Fast request router for PHP",
227 "keywords": [
228 "router",
229 "routing"
230 ],
231 "time": "2015-02-26 15:33:07"
232 },
233 {
234 "name": "rdlowrey/auryn",
235 "version": "dev-master",
236 "source": {
237 "type": "git",
238 "url": "https://github.com/rdlowrey/Auryn.git",
239 "reference": "2e03bf93ddcd855e962d314cce74ce2a01a49228"
240 },
241 "dist": {
242 "type": "zip",
243 "url": "https://api.github.com/repos/rdlowrey/Auryn/zipball/be3807b62a6991e61151b55b6974dc1289afabd5",
244 "reference": "2e03bf93ddcd855e962d314cce74ce2a01a49228",
245 "shasum": ""
246 },
247 "require": {
248 "php": ">=5.3.0"
249 },
250 "type": "library",
251 "autoload": {
252 "psr-4": {
253 "Auryn\\": "lib/"
254 }
255 },
256 "notification-url": "https://packagist.org/downloads/",
257 "license": [
258 "MIT"
259 ],
260 "authors": [
261 {
262 "name": "Dan Ackroyd",
263 "email": "Danack@basereality.com",
264 "homepage": "http://www.basereality.com",
265 "role": "Developer"
266 },
267 {
268 "name": "Daniel Lowrey",
269 "email": "rdlowrey@gmail.com",
270 "role": "Creator / Main Developer"
271 },
272 {
273 "name": "Levi Morrison",
274 "email": "levim@php.net",
275 "homepage": "http://morrisonlevi.github.com/",
276 "role": "Developer"
277 }
278 ],
279 "description": "Auryn is a dependency injector for bootstrapping object-oriented PHP applications.",
280 "homepage": "https://github.com/rdlowrey/Auryn",
281 "keywords": [
282 "dependency injection",
283 "dic",
284 "ioc"
285 ],
286 "time": "2015-05-01 14:20:14"
287 }
288 ],
289 "packages-dev": [],
290 "aliases": [],
291 "minimum-stability": "stable",
292 "stability-flags": {
293 "m6w6/pharext": 20,
294 "rdlowrey/auryn": 20,
295 "m6w6/pharext.wiki": 20
296 },
297 "prefer-stable": false,
298 "prefer-lowest": false,
299 "platform": [],
300 "platform-dev": []
301 }