flush
[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": "6c9f8c8951d5c56a9de109fd70ec3604",
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/104022998764f0f0c94e5e2e4023c99d01ac5483",
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": "monolog/monolog",
192 "version": "1.13.1",
193 "source": {
194 "type": "git",
195 "url": "https://github.com/Seldaek/monolog.git",
196 "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac"
197 },
198 "dist": {
199 "type": "zip",
200 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c31a2c4e8db5da8b46c74cf275d7f109c0f249ac",
201 "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac",
202 "shasum": ""
203 },
204 "require": {
205 "php": ">=5.3.0",
206 "psr/log": "~1.0"
207 },
208 "provide": {
209 "psr/log-implementation": "1.0.0"
210 },
211 "require-dev": {
212 "aws/aws-sdk-php": "~2.4, >2.4.8",
213 "doctrine/couchdb": "~1.0@dev",
214 "graylog2/gelf-php": "~1.0",
215 "phpunit/phpunit": "~4.0",
216 "raven/raven": "~0.5",
217 "ruflin/elastica": "0.90.*",
218 "swiftmailer/swiftmailer": "~5.3",
219 "videlalvaro/php-amqplib": "~2.4"
220 },
221 "suggest": {
222 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
223 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
224 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
225 "ext-mongo": "Allow sending log messages to a MongoDB server",
226 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
227 "raven/raven": "Allow sending log messages to a Sentry server",
228 "rollbar/rollbar": "Allow sending log messages to Rollbar",
229 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
230 "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
231 },
232 "type": "library",
233 "extra": {
234 "branch-alias": {
235 "dev-master": "1.13.x-dev"
236 }
237 },
238 "autoload": {
239 "psr-4": {
240 "Monolog\\": "src/Monolog"
241 }
242 },
243 "notification-url": "https://packagist.org/downloads/",
244 "license": [
245 "MIT"
246 ],
247 "authors": [
248 {
249 "name": "Jordi Boggiano",
250 "email": "j.boggiano@seld.be",
251 "homepage": "http://seld.be"
252 }
253 ],
254 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
255 "homepage": "http://github.com/Seldaek/monolog",
256 "keywords": [
257 "log",
258 "logging",
259 "psr-3"
260 ],
261 "time": "2015-03-09 09:58:04"
262 },
263 {
264 "name": "nikic/fast-route",
265 "version": "v0.4.0",
266 "source": {
267 "type": "git",
268 "url": "https://github.com/nikic/FastRoute.git",
269 "reference": "f26a8f7788f25c0e3e9b1579d38d7ccab2755320"
270 },
271 "dist": {
272 "type": "zip",
273 "url": "https://api.github.com/repos/nikic/FastRoute/zipball/f26a8f7788f25c0e3e9b1579d38d7ccab2755320",
274 "reference": "f26a8f7788f25c0e3e9b1579d38d7ccab2755320",
275 "shasum": ""
276 },
277 "require": {
278 "php": ">=5.4.0"
279 },
280 "type": "library",
281 "autoload": {
282 "psr-4": {
283 "FastRoute\\": "src/"
284 },
285 "files": [
286 "src/functions.php"
287 ]
288 },
289 "notification-url": "https://packagist.org/downloads/",
290 "license": [
291 "BSD-3-Clause"
292 ],
293 "authors": [
294 {
295 "name": "Nikita Popov",
296 "email": "nikic@php.net"
297 }
298 ],
299 "description": "Fast request router for PHP",
300 "keywords": [
301 "router",
302 "routing"
303 ],
304 "time": "2015-02-26 15:33:07"
305 },
306 {
307 "name": "psr/log",
308 "version": "1.0.0",
309 "source": {
310 "type": "git",
311 "url": "https://github.com/php-fig/log.git",
312 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
313 },
314 "dist": {
315 "type": "zip",
316 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
317 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
318 "shasum": ""
319 },
320 "type": "library",
321 "autoload": {
322 "psr-0": {
323 "Psr\\Log\\": ""
324 }
325 },
326 "notification-url": "https://packagist.org/downloads/",
327 "license": [
328 "MIT"
329 ],
330 "authors": [
331 {
332 "name": "PHP-FIG",
333 "homepage": "http://www.php-fig.org/"
334 }
335 ],
336 "description": "Common interface for logging libraries",
337 "keywords": [
338 "log",
339 "psr",
340 "psr-3"
341 ],
342 "time": "2012-12-21 11:40:51"
343 },
344 {
345 "name": "rdlowrey/auryn",
346 "version": "dev-master",
347 "source": {
348 "type": "git",
349 "url": "https://github.com/rdlowrey/Auryn.git",
350 "reference": "2e03bf93ddcd855e962d314cce74ce2a01a49228"
351 },
352 "dist": {
353 "type": "zip",
354 "url": "https://api.github.com/repos/rdlowrey/Auryn/zipball/be3807b62a6991e61151b55b6974dc1289afabd5",
355 "reference": "2e03bf93ddcd855e962d314cce74ce2a01a49228",
356 "shasum": ""
357 },
358 "require": {
359 "php": ">=5.3.0"
360 },
361 "type": "library",
362 "autoload": {
363 "psr-4": {
364 "Auryn\\": "lib/"
365 }
366 },
367 "notification-url": "https://packagist.org/downloads/",
368 "license": [
369 "MIT"
370 ],
371 "authors": [
372 {
373 "name": "Dan Ackroyd",
374 "email": "Danack@basereality.com",
375 "homepage": "http://www.basereality.com",
376 "role": "Developer"
377 },
378 {
379 "name": "Daniel Lowrey",
380 "email": "rdlowrey@gmail.com",
381 "role": "Creator / Main Developer"
382 },
383 {
384 "name": "Levi Morrison",
385 "email": "levim@php.net",
386 "homepage": "http://morrisonlevi.github.com/",
387 "role": "Developer"
388 }
389 ],
390 "description": "Auryn is a dependency injector for bootstrapping object-oriented PHP applications.",
391 "homepage": "https://github.com/rdlowrey/Auryn",
392 "keywords": [
393 "dependency injection",
394 "dic",
395 "ioc"
396 ],
397 "time": "2015-05-01 14:20:14"
398 }
399 ],
400 "packages-dev": [],
401 "aliases": [],
402 "minimum-stability": "stable",
403 "stability-flags": {
404 "m6w6/pharext": 20,
405 "rdlowrey/auryn": 20,
406 "m6w6/pharext.wiki": 20
407 },
408 "prefer-stable": false,
409 "prefer-lowest": false,
410 "platform": [],
411 "platform-dev": []
412 }